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.
This commit is contained in:
parent
64f20587bd
commit
19b859c30d
1 changed files with 3 additions and 3 deletions
|
@ -25003,7 +25003,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
|||
(define-public rust-futures-channel-0.3
|
||||
(package
|
||||
(name "rust-futures-channel")
|
||||
(version "0.3.26")
|
||||
(version "0.3.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -25012,10 +25012,10 @@ featuring zero allocations, composability, and iterator-like interfaces.")
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xadcvj4hi6278hq6i0vnrsa231fyiylh2n03rx7d2ch79k1flrf"))))
|
||||
"1wmm9wm5zjigxz61qkscmxp7c30zp08dy63spjz5pch9gva1hmcm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f
|
||||
#:cargo-inputs
|
||||
(("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-futures-sink" ,rust-futures-sink-0.3))))
|
||||
|
|
Reference in a new issue