gnu: rust-futures-channel-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to 0.3.28. [arguments]: Don't skip build. Skip tests.
parent
64f20587bd
commit
19b859c30d
|
@ -25003,7 +25003,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
||||||
(define-public rust-futures-channel-0.3
|
(define-public rust-futures-channel-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-channel")
|
(name "rust-futures-channel")
|
||||||
(version "0.3.26")
|
(version "0.3.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25012,10 +25012,10 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xadcvj4hi6278hq6i0vnrsa231fyiylh2n03rx7d2ch79k1flrf"))))
|
"1wmm9wm5zjigxz61qkscmxp7c30zp08dy63spjz5pch9gva1hmcm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:tests? #f
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures-core" ,rust-futures-core-0.3)
|
(("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
("rust-futures-sink" ,rust-futures-sink-0.3))))
|
("rust-futures-sink" ,rust-futures-sink-0.3))))
|
||||||
|
|
Reference in New Issue