Skip to content

Commit

Permalink
Update stellar-env-* (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Aug 13, 2022
1 parent 04d4358 commit 04d1338
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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
Expand Up @@ -32,11 +32,11 @@ exclude = ["soroban-sdk-macros"]
[patch.crates-io]
soroban-sdk = { path = "soroban-sdk" }
soroban-sdk-macros = { path = "soroban-sdk-macros" }
soroban-env-common = { git = "https://github.com/stellar/rs-soroban-env", rev = "556c75f" }
soroban-env-guest = { git = "https://github.com/stellar/rs-soroban-env", rev = "556c75f" }
soroban-env-host = { git = "https://github.com/stellar/rs-soroban-env", rev = "556c75f" }
soroban-env-macros = { git = "https://github.com/stellar/rs-soroban-env", rev = "556c75f" }
soroban-native-sdk-macros = { git = "https://github.com/stellar/rs-soroban-env", rev = "556c75f" }
soroban-env-common = { git = "https://github.com/stellar/rs-soroban-env", rev = "8861a4b5" }
soroban-env-guest = { git = "https://github.com/stellar/rs-soroban-env", rev = "8861a4b5" }
soroban-env-host = { git = "https://github.com/stellar/rs-soroban-env", rev = "8861a4b5" }
soroban-env-macros = { git = "https://github.com/stellar/rs-soroban-env", rev = "8861a4b5" }
soroban-native-sdk-macros = { git = "https://github.com/stellar/rs-soroban-env", rev = "8861a4b5" }
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "3eca5ce" }

[profile.dev]
Expand Down

0 comments on commit 04d1338

Please sign in to comment.