Skip to content

Commit

Permalink
chore: Update soroban-cli v20.2.0
Browse files Browse the repository at this point in the history
Some minors modifications on `crates/smartdeploy-cli/`
  • Loading branch information
asanson1404 committed Feb 5, 2024
1 parent 76a8d23 commit 426f5d3
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[alias] # command aliases
bwl = "build --profile release-with-logs"
install_soroban = "binstall -y --install-path ./target/bin soroban-cli --version 20.0.0-rc.4.1"
install_soroban_dev = "install --git https://github.com/stellar/soroban-tools --rev v20.1.1 --debug --root ./target soroban-cli"
install_soroban_dev = "install --git https://github.com/stellar/soroban-tools --rev v20.2.0 --debug --root ./target soroban-cli"
install_loam = "install --version 0.6.5 --debug --root ./target loam-cli"
# c = "check"
# t = "test"
Expand Down
Loading

0 comments on commit 426f5d3

Please sign in to comment.