Substrate Companion for #9552 (#3834)

* Prepare for wasmtime 0.29

* update Substrate

* Use Pallet

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-09-29 15:29:33 +02:00
committed by GitHub
parent d19b1de5f0
commit c752b5d61b
3 changed files with 235 additions and 255 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ thiserror = "1.0.26"
serde = { version = "1.0.130", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = "0.6.0"
zstd = "0.9.0"
[dev-dependencies]
polkadot-erasure-coding = { path = "../../erasure-coding" }