Skip to content

Commit

Permalink
Update env (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Dec 19, 2022
1 parent 3577e2b commit 37cb015
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
13 changes: 8 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ soroban-token-spec = { version = "0.3.2", path = "soroban-token-spec" }
[workspace.dependencies.soroban-env-common]
version = "0.0.11"
git = "https://github.com/stellar/rs-soroban-env"
rev = "94a347c"
rev = "86a38f3"

[workspace.dependencies.soroban-env-guest]
version = "0.0.11"
git = "https://github.com/stellar/rs-soroban-env"
rev = "94a347c"
rev = "86a38f3"

[workspace.dependencies.soroban-env-host]
version = "0.0.11"
git = "https://github.com/stellar/rs-soroban-env"
rev = "94a347c"
rev = "86a38f3"

[workspace.dependencies.stellar-strkey]
version = "0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion soroban-sdk/src/tests/contractfile_with_sha256.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate as soroban_sdk;
pub const WASM: &[u8] = soroban_sdk::contractfile!(
file = "../target/wasm32-unknown-unknown/release/test_add_u64.wasm",
sha256 = "9cdd4b74295e226c9d6f26d40106a59fe0b69ba1d2b5f7a9cc3e5e94f5508ad5",
sha256 = "88d88c54624c85d4d6e4654150cd76aaf34614dfaef67c73aa4a793614687798",
);

#[test]
Expand Down
2 changes: 1 addition & 1 deletion soroban-sdk/src/tests/contractimport_with_sha256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod addcontract {
use crate as soroban_sdk;
soroban_sdk::contractimport!(
file = "../target/wasm32-unknown-unknown/release/test_add_u64.wasm",
sha256 = "9cdd4b74295e226c9d6f26d40106a59fe0b69ba1d2b5f7a9cc3e5e94f5508ad5",
sha256 = "88d88c54624c85d4d6e4654150cd76aaf34614dfaef67c73aa4a793614687798",
);
}

Expand Down

0 comments on commit 37cb015

Please sign in to comment.