gnu: rust-futures-test-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-test-0.3): Update to 0.3.28.
parent
8a842e16bb
commit
080abdd269
|
@ -25477,7 +25477,7 @@ futures-rs library.")
|
||||||
(define-public rust-futures-test-0.3
|
(define-public rust-futures-test-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-test")
|
(name "rust-futures-test")
|
||||||
(version "0.3.26")
|
(version "0.3.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25485,7 +25485,7 @@ futures-rs library.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pbdzvbmzrnc67bpp7hbh7l5mavqifpgk2vhaprr0vlr6qrpcyi4"))))
|
"0j83960iv317xj8bfq5jay4s1yqdjidfcb1lz8js793h91s2gbw4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Doc tests fail.
|
`(#:tests? #f ; Doc tests fail.
|
||||||
|
|
Reference in New Issue