mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +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:
@@ -30,7 +30,7 @@ frame-benchmarking = { default-features = false, path = "../benchmarking", optio
|
||||
serde = { version = "1.0.133", optional = true }
|
||||
thousands = { version = "0.2.0", optional = true }
|
||||
remote-externalities = { path = "../../utils/frame/remote-externalities", optional = true }
|
||||
zstd = { version = "0.9.0", optional = true }
|
||||
zstd = { version = "0.10.0", default-features = false, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
pallet-balances = { path = "../balances" }
|
||||
|
||||
Reference in New Issue
Block a user