mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +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:
@@ -38,7 +38,7 @@ sp-state-machine = { version = "0.12.0", path = "../state-machine" }
|
||||
sp-api = { version = "4.0.0-dev", path = "../api" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
sp-tracing = { version = "5.0.0", path = "../../primitives/tracing" }
|
||||
zstd = "0.9"
|
||||
zstd = { version = "0.10.0", default-features = false }
|
||||
|
||||
[features]
|
||||
bench = []
|
||||
|
||||
Reference in New Issue
Block a user