Skip to content

Commit

Permalink
build: use latest soroban-cli
Browse files Browse the repository at this point in the history
Uses the version with updated freighter-api stellar/stellar-cli#708
  • Loading branch information
chadoh committed Jun 16, 2023
1 parent bc72c54 commit d439956
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 --git https://github.com/ahalabs/soroban-tools --rev aea9f9450b8d0e8344bb1c6a2639c2805956aa90 --root ./target soroban-cli --debug"
install_soroban = "install --git https://github.com/ahalabs/soroban-tools --rev c00eca975046a3298bdb5b8d5d4dc8ebdcf4a128 --root ./target soroban-cli --debug"
b = "build --target wasm32-unknown-unknown --release"
# c = "check"
# t = "test"
Expand Down

0 comments on commit d439956

Please sign in to comment.