mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 16:15:41 +00:00
Remove the last bits of unknown_os in the code base (#9718)
* Remove the last bits of unknown_os in the code base * Fmt
This commit is contained in:
@@ -10,8 +10,5 @@ description = "Handling of blobs, usually Wasm code, which may be compresed"
|
||||
documentation = "https://docs.rs/sp-maybe-compressed-blob"
|
||||
readme = "README.md"
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
[dependencies]
|
||||
zstd = { version = "0.6.0", default-features = false }
|
||||
|
||||
[target.'cfg(target_os = "unknown")'.dependencies]
|
||||
ruzstd = { version = "0.2.2" }
|
||||
|
||||
Reference in New Issue
Block a user