mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +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:
@@ -17,7 +17,7 @@ clap = { version = "3.1.6", features = ["derive"] }
|
||||
log = "0.4.8"
|
||||
parity-scale-codec = "3.0.0"
|
||||
serde = "1.0.136"
|
||||
zstd = "0.9.0"
|
||||
zstd = { version = "0.10.0", default-features = false }
|
||||
|
||||
sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../../client/service" }
|
||||
sc-cli = { version = "0.10.0-dev", path = "../../../../client/cli" }
|
||||
|
||||
Reference in New Issue
Block a user