Skip to content

Commit

Permalink
Bump stellar-xdr dep to 0.0.2 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon authored Aug 31, 2022
1 parent be56388 commit c8bc71d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ soroban-env-common = { path = "soroban-env-common" }
soroban-env-host = { path = "soroban-env-host" }
soroban-env-macros = { path = "soroban-env-macros" }
soroban-native-sdk-macros = { path = "soroban-native-sdk-macros" }
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "332736c" }
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "fee9a436" }
wasmi = { package = "soroban-wasmi", git = "https://github.com/stellar/wasmi", rev = "7b1f2355" }
2 changes: 1 addition & 1 deletion soroban-env-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.63"

[dependencies]
soroban-env-macros = { version = "0.0.4" }
stellar-xdr = { version = "0.0.1", default-features = false, features = [ "next" ] }
stellar-xdr = { version = "0.0.2", default-features = false, features = [ "next" ] }
wasmi = { package = "soroban-wasmi", version = "0.11.0", optional = true }
static_assertions = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion soroban-env-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.63"
proc-macro = true

[dependencies]
stellar-xdr = { version = "0.0.1", features = ["next", "std"] }
stellar-xdr = { version = "0.0.2", features = ["next", "std"] }
syn = {version="1.0",features=["full"]}
quote = "1.0"
proc-macro2 = "1.0"
Expand Down

0 comments on commit c8bc71d

Please sign in to comment.