Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit d439956

Browse files
committed
build: use latest soroban-cli
Uses the version with updated freighter-api stellar/stellar-cli#708
1 parent bc72c54 commit d439956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# paths = ["/path/to/override"] # path dependency overrides
22

33
[alias] # command aliases
4-
install_soroban = "install --git https://github.com/ahalabs/soroban-tools --rev aea9f9450b8d0e8344bb1c6a2639c2805956aa90 --root ./target soroban-cli --debug"
4+
install_soroban = "install --git https://github.com/ahalabs/soroban-tools --rev c00eca975046a3298bdb5b8d5d4dc8ebdcf4a128 --root ./target soroban-cli --debug"
55
b = "build --target wasm32-unknown-unknown --release"
66
# c = "check"
77
# t = "test"

0 commit comments

Comments
 (0)