me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-07-13 20:57:47 +03:00
parent 7a10a6f713
commit 19efc99377
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -25209,7 +25209,7 @@ intrusive collections.")
(define-public rust-futures-io-0.3
(package
(name "rust-futures-io")
(version "0.3.26")
(version "0.3.28")
(source
(origin
(method url-fetch)
@ -25218,9 +25218,8 @@ intrusive collections.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0cc5s3qdgls25rlm3zpdf9fdk6gwmfp0fiiph39b5bmjdwdkgf5z"))))
"0r4rhkdhq1my4fahlhz59barqa511bylq813w3w4gvbidq4p9zsg"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://rust-lang.github.io/futures-rs")
(synopsis
"@code{AsyncRead} and @code{AsyncWrite} traits for the @code{futures-rs}