gnu: rust-futures-io-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-io-0.3): Update to 0.3.28. [arguments]: Don't skip build.
parent
7a10a6f713
commit
19efc99377
|
@ -25209,7 +25209,7 @@ intrusive collections.")
|
||||||
(define-public rust-futures-io-0.3
|
(define-public rust-futures-io-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-io")
|
(name "rust-futures-io")
|
||||||
(version "0.3.26")
|
(version "0.3.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25218,9 +25218,8 @@ intrusive collections.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cc5s3qdgls25rlm3zpdf9fdk6gwmfp0fiiph39b5bmjdwdkgf5z"))))
|
"0r4rhkdhq1my4fahlhz59barqa511bylq813w3w4gvbidq4p9zsg"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page "https://rust-lang.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
"@code{AsyncRead} and @code{AsyncWrite} traits for the @code{futures-rs}
|
"@code{AsyncRead} and @code{AsyncWrite} traits for the @code{futures-rs}
|
||||||
|
|
Reference in New Issue