Skip to content

Commit

Permalink
Merge branch 'master' into snip-52-add-txhash-to-env
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo authored Aug 6, 2023
2 parents a9b46a9 + e4733ed commit 9fbc4ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions cosmwasm/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 cosmwasm/packages/sgx-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde_json = "1.0"
# wasmer-middleware-common = "=0.17.0"
# wasmer-clif-backend = { version = "=0.17.0", optional = true }
# wasmer-singlepass-backend = { version = "=0.17.0", optional = true }
serde = { version = "1.0.179", default-features = false, features = [
serde = { version = "1.0.181", default-features = false, features = [
"derive",
"alloc"
] }
Expand Down

0 comments on commit 9fbc4ff

Please sign in to comment.