Skip to content
Snippets Groups Projects
Commit 2f01960e authored by Nazar Mokrynskyi's avatar Nazar Mokrynskyi Committed by GitHub
Browse files

Update zstd dependency (#5148)


* Update zstd dependency

* Update Cargo.lock

Co-authored-by: default avatarBastian Köcher <info@kchr.de>
parent 3f56e1ff
No related merge requests found
This diff is collapsed.
......@@ -22,7 +22,7 @@ thiserror = "1.0.30"
serde = { version = "1.0.136", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = "0.9.2"
zstd = { version = "0.10.0", default-features = false }
[dev-dependencies]
polkadot-erasure-coding = { path = "../../erasure-coding" }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment