From ec6415966f9c98a5804f6a41cbb2dda195e35993 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:11:47 -0400 Subject: [PATCH] Update pinned CLI version for e2e tests (#982) Using `rc.1` instead of `preview.1` --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index ef7bdfedb..6b275527a 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 21.0.0-preview.1 --root ./target soroban-cli --debug" +install_soroban = "install --version 21.0.0-rc.1 --root ./target soroban-cli --debug" # b = "build --target wasm32-unknown-unknown --release" # c = "check" # t = "test"