Skip to content

Commit

Permalink
Merge pull request stellar#3617 from graydon/bump-soroban-for-release
Browse files Browse the repository at this point in the history
Bump soroban env to 0.0.10 release version

Reviewed-by: sisuresh
  • Loading branch information
latobarita authored Dec 2, 2022
2 parents f55f883 + a050839 commit b3a6bc2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
35 changes: 21 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
members = ["src/rust"]

[patch.crates-io]
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "2775f4b6" }
wasmi = { package = "soroban-wasmi", git = "https://github.com/stellar/wasmi", rev = "862b32f5" }
soroban-env-common = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }
soroban-native-sdk-macros = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }
# [patch.crates-io]
# stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "2775f4b6" }
# wasmi = { package = "soroban-wasmi", git = "https://github.com/stellar/wasmi", rev = "862b32f5" }
# soroban-env-common = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }
# soroban-native-sdk-macros = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }

[profile.release]
codegen-units = 1
Expand Down
6 changes: 2 additions & 4 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ cxx = "1.0"
im-rc = "15.0.0"
base64 = "0.13.0"
rustc-simple-version = "0.1.0"
soroban-env-host = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70", features = [
"vm",
] }
soroban-test-wasms = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }
soroban-env-host = { version = "0.0.10", features = [ "vm" ] }
soroban-test-wasms = { git = "https://github.com/stellar/rs-soroban-env", rev = "c1480516" }

0 comments on commit b3a6bc2

Please sign in to comment.