Skip to content

Commit b3a6bc2

Browse files
authored
Merge pull request #3617 from graydon/bump-soroban-for-release
Bump soroban env to 0.0.10 release version Reviewed-by: sisuresh
2 parents f55f883 + a050839 commit b3a6bc2

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

Cargo.lock

+21-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
members = ["src/rust"]
33

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

1010
[profile.release]
1111
codegen-units = 1

src/rust/Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ cxx = "1.0"
1414
im-rc = "15.0.0"
1515
base64 = "0.13.0"
1616
rustc-simple-version = "0.1.0"
17-
soroban-env-host = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70", features = [
18-
"vm",
19-
] }
20-
soroban-test-wasms = { git = "https://github.com/stellar/rs-soroban-env", rev = "eda2ab70" }
17+
soroban-env-host = { version = "0.0.10", features = [ "vm" ] }
18+
soroban-test-wasms = { git = "https://github.com/stellar/rs-soroban-env", rev = "c1480516" }

0 commit comments

Comments
 (0)