mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
Update wasmtime to 0.35.3 (#11058)
* Update wasmtime to 0.35.2 and default `zstd` features in all crates * Update wasmtime to 0.35.3
This commit is contained in:
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
wasmi = { version = "0.9.1", optional = true }
|
||||
wasmtime = { version = "0.33.0", optional = true, default-features = false }
|
||||
wasmtime = { version = "0.35.3", optional = true, default-features = false }
|
||||
log = { version = "0.4.14", optional = true }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
sp-std = { version = "4.0.0", path = "../std", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user