mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-futures-util-0.3: Update to 0.3.31.
* gnu/packages/crates-io.scm (rust-futures-util-0.3): Update to 0.3.31. Change-Id: If6f6b8df06618f3a450733618b129404d4490455
This commit is contained in:
parent
6ea99df7d0
commit
16bb384223
1 changed files with 2 additions and 2 deletions
|
@ -31400,14 +31400,14 @@ (define-public rust-futures-timer-0.1
|
|||
(define-public rust-futures-util-0.3
|
||||
(package
|
||||
(name "rust-futures-util")
|
||||
(version "0.3.30")
|
||||
(version "0.3.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-util" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0j0xqhcir1zf2dcbpd421kgw6wvsk0rpxflylcysn1rlp3g02r1x"))))
|
||||
(base32 "10aa1ar8bgkgbr4wzxlidkqkcxf77gffyj8j7768h831pcaq784z"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `futures`
|
||||
|
|
Loading…
Reference in a new issue