From a65d778e6f516e5baac7bdb6d4895c6f44956bb7 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Wed, 15 May 2024 14:25:49 -0400 Subject: [PATCH] chore: update pinned version of soroban-cli --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index dde1fb1a4..ef7bdfedb 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,7 +1,7 @@ # paths = ["/path/to/override"] # path dependency overrides [alias] # command aliases -install_soroban = "install --version 20.2.0 --root ./target soroban-cli --debug" +install_soroban = "install --version 21.0.0-preview.1 --root ./target soroban-cli --debug" # b = "build --target wasm32-unknown-unknown --release" # c = "check" # t = "test"