me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.26.
[cargo-inputs]: Add rust-portable-atomic-1.
master
Efraim Flashner 2023-02-22 12:16:15 +02:00 committed by Maxim Cournoyer
parent 528f02ffb1
commit 4f8b4926b0
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 6 additions and 3 deletions

View File

@ -22536,7 +22536,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(define-public rust-futures-core-0.3
(package
(name "rust-futures-core")
(version "0.3.12")
(version "0.3.26")
(source
(origin
(method url-fetch)
@ -22545,9 +22545,12 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0r8ag0mkxx9cd74yrccjk31lph4gr6lhgb9di6rx39wdvrfi9rbr"))))
"02467z5mv0219hkrgmpvsb3h7vb8pg31s1j901h7vxg11x6zz47c"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-portable-atomic" ,rust-portable-atomic-1))))
(home-page "https://rust-lang.github.io/futures-rs")
(synopsis "Core traits and types in for the @code{futures} library")
(description "This package provides the core traits and types in for the