gnu: rust-futures-executor-0.3: Update to 0.3.30.

* gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to
0.3.30.
[arguments]: Don't skip the build.  Skip the tests.

Change-Id: Ic381097a4df81971dbd1b8671c598439cdf09bf0
This commit is contained in:
Efraim Flashner 2024-01-05 13:10:49 +02:00
parent 9c23c89b49
commit fc45c98c29
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -26717,19 +26717,18 @@ (define-public rust-futures-cpupool-0.1
(define-public rust-futures-executor-0.3
(package
(name "rust-futures-executor")
(version "0.3.28")
(version "0.3.30")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-executor" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1q468di96knnla72xdvswic1ir2qkrf5czsdigc5n4l86a1fxv6c"))))
"07dh08gs9vfll2h36kq32q9xd86xm6lyl9xikmmwlkqnmrrgqxm5"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:tests? #f ; use of undeclared crate or module `futures`
#:cargo-inputs
(("rust-futures-core" ,rust-futures-core-0.3)
("rust-futures-task" ,rust-futures-task-0.3)