gnu: Remove rust-zstd-safe-2.0.5.
* gnu/packages/crates-io.scm (rust-zstd-safe-2.0.5): Remove variable. (rust-zstd-0.5): Apply removal.master
parent
b8edcffb7b
commit
836543ab52
|
@ -43127,7 +43127,7 @@ implementation that works everywhere, even WASM!")
|
|||
`(#:cargo-inputs
|
||||
(("rust-futures" ,rust-futures-0.1)
|
||||
("rust-tokio-io" ,rust-tokio-io-0.1)
|
||||
("rust-zstd-safe" ,rust-zstd-safe-2.0.5))
|
||||
("rust-zstd-safe" ,rust-zstd-safe-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-clap" ,rust-clap-2)
|
||||
("rust-humansize" ,rust-humansize-1)
|
||||
|
@ -43163,8 +43163,6 @@ library.")
|
|||
compression library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-zstd-safe-2.0.5 rust-zstd-safe-2)
|
||||
|
||||
;; TODO: Unbundle zstd.
|
||||
(define-public rust-zstd-sys-1
|
||||
(package
|
||||
|
|
Reference in New Issue