Skip to content

Commit

Permalink
Merge branch 'master' into gav-consideration-preimage
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Sep 2, 2023
2 parents 4eebde0 + 3f92be2 commit 3570b1b
Show file tree
Hide file tree
Showing 3 changed files with 869 additions and 905 deletions.
38 changes: 3 additions & 35 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 substrate/frame/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
smallvec = { version = "1", default-features = false, features = [
"const_generics",
] }
wasmi = { version = "0.30", default-features = false }
wasmi = { version = "0.31", default-features = false }
impl-trait-for-tuples = "0.2"

# Only used in benchmarking to generate contract code
Expand Down
Loading

0 comments on commit 3570b1b

Please sign in to comment.