gnu: rust-futures-core-0.3: Update to 0.3.28.

* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.28.
[arguments]: Don't skip build. Skip tests.
This commit is contained in:
Efraim Flashner 2023-07-13 20:56:25 +03:00
parent 19b859c30d
commit 53b6a5f9a9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25054,7 +25054,7 @@ (define-public rust-futures-channel-preview-0.3
(define-public rust-futures-core-0.3
(package
(name "rust-futures-core")
(version "0.3.26")
(version "0.3.28")
(source
(origin
(method url-fetch)
@ -25063,10 +25063,10 @@ (define-public rust-futures-core-0.3
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"02467z5mv0219hkrgmpvsb3h7vb8pg31s1j901h7vxg11x6zz47c"))))
"137fdxy5amg9zkpa1kqnj7bnha6b94fmddz59w973x96gqxmijjb"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:tests? #f
#:cargo-inputs
(("rust-portable-atomic" ,rust-portable-atomic-1))))
(home-page "https://rust-lang.github.io/futures-rs")