Skip to content

Commit

Permalink
build: upgrade for preview-10 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Jul 17, 2023
1 parent 5c21ade commit ab19ca1
Show file tree
Hide file tree
Showing 20 changed files with 733 additions and 303 deletions.
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/stellar/soroban-tools --rev 2b343d3e6afdb5eff54fb03622627cd55e785358 --root ./target soroban-cli --debug"
install_soroban = "install --git https://github.com/stellar/soroban-tools --rev af4b38e8fa7f6cb027089471d0ddfbc090cbf60e --root ./target soroban-cli --debug"
b = "build --target wasm32-unknown-unknown --release"
# c = "check"
# t = "test"
Expand Down
Loading

0 comments on commit ab19ca1

Please sign in to comment.