Skip to content

Commit 11a5bad

Browse files
authored
contracts: Update to wasmi 0.31 (paritytech#1350)
* contracts: Update to wasmi 0.31 * ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts --------- Co-authored-by: command-bot <>
1 parent dd92e74 commit 11a5bad

File tree

2 files changed

+866
-870
lines changed

2 files changed

+866
-870
lines changed

substrate/frame/contracts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
2626
smallvec = { version = "1", default-features = false, features = [
2727
"const_generics",
2828
] }
29-
wasmi = { version = "0.30", default-features = false }
29+
wasmi = { version = "0.31", default-features = false }
3030
impl-trait-for-tuples = "0.2"
3131

3232
# Only used in benchmarking to generate contract code

0 commit comments

Comments
 (0)