Skip to content

Commit

Permalink
chore: update pinned version of soroban-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed May 15, 2024
1 parent 007e1ce commit a65d778
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 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"
Expand Down

0 comments on commit a65d778

Please sign in to comment.