Skip to content

Commit

Permalink
Update pinned CLI version for e2e tests (#982)
Browse files Browse the repository at this point in the history
Using `rc.1` instead of `preview.1`
  • Loading branch information
chadoh committed Jun 5, 2024
1 parent 9390f6c commit ec64159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ec64159

Please sign in to comment.