gnu: rust-futures-io-0.3: Update to 0.3.8.

* gnu/packages/crates-io.scm (rust-futures-io-0.3): Update to 0.3.8.
This commit is contained in:
Nicolas Goaziou 2020-12-19 16:57:28 +01:00
parent 6c97562aef
commit 17e2ce2b1c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10018,7 +10018,7 @@ (define-public rust-futures-executor-preview-0.3
(define-public rust-futures-io-0.3
(package
(name "rust-futures-io")
(version "0.3.1")
(version "0.3.8")
(source
(origin
(method url-fetch)
@ -10027,7 +10027,7 @@ (define-public rust-futures-io-0.3
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1zxm41fmkrb0r39ajk3rr9invcd5bdwlafazn8m9aw4y49ymfxp6"))))
"1frh7d0n96lczy22al3bkgwpq0p1agbgax5kqh9vv8da33738631"))))
(build-system cargo-build-system)
(home-page "https://rust-lang-nursery.github.io/futures-rs")
(synopsis