Upgrade wasmtime to 0.40.0 (#12096)

* Upgrade wasmtime to 0.40.0

* ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts

* Update in the other Cargo.toml

* ".git/.scripts/bench-bot.sh" pallet dev pallet_contracts

Co-authored-by: command-bot <>
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
This commit is contained in:
Bastian Köcher
2022-09-08 09:57:23 +01:00
committed by GitHub
parent 972ac424f0
commit bec123a50f
5 changed files with 739 additions and 771 deletions
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
impl-trait-for-tuples = "0.2.2"
log = { version = "0.4.17", optional = true }
wasmi = { version = "0.9.1", optional = true }
wasmtime = { version = "0.38.0", default-features = false, optional = true }
wasmtime = { version = "0.40.1", default-features = false, optional = true }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
[features]