gnu: rust-futures-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-0.3): Update to 0.3.28. [arguments]: Don't skip build. Skip tests. [cargo-development-inputs]: Add rust-assert-matches-1, rust-pin-project-1, rust-pin-utils-0.1, rust-static-assertions-1, rust-tokio-0.1.
parent
7a7a60a84c
commit
64f20587bd
|
@ -24945,7 +24945,7 @@ stabilized, and eventually removed. This library reïnstates these traits.")
|
||||||
(define-public rust-futures-0.3
|
(define-public rust-futures-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures")
|
(name "rust-futures")
|
||||||
(version "0.3.26")
|
(version "0.3.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -24954,10 +24954,10 @@ stabilized, and eventually removed. This library reïnstates these traits.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"115z5bqihd2jq75s8n7jxy4k83kpv67vhic4snch6d7h1wmpkqhk"))))
|
"0h7c1xvxk751c7xlnph6fh3rb77z4lig4qif7f8q79db2az2ld13"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:tests? #f
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
("rust-futures-core" ,rust-futures-core-0.3)
|
("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
|
@ -24965,7 +24965,13 @@ stabilized, and eventually removed. This library reïnstates these traits.")
|
||||||
("rust-futures-io" ,rust-futures-io-0.3)
|
("rust-futures-io" ,rust-futures-io-0.3)
|
||||||
("rust-futures-sink" ,rust-futures-sink-0.3)
|
("rust-futures-sink" ,rust-futures-sink-0.3)
|
||||||
("rust-futures-task" ,rust-futures-task-0.3)
|
("rust-futures-task" ,rust-futures-task-0.3)
|
||||||
("rust-futures-util" ,rust-futures-util-0.3))))
|
("rust-futures-util" ,rust-futures-util-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-assert-matches" ,rust-assert-matches-1)
|
||||||
|
("rust-pin-project" ,rust-pin-project-1)
|
||||||
|
("rust-pin-utils" ,rust-pin-utils-0.1)
|
||||||
|
("rust-static-assertions" ,rust-static-assertions-1)
|
||||||
|
("rust-tokio" ,rust-tokio-0.1))))
|
||||||
(home-page "https://rust-lang.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis "Rust implementation of futures and streams")
|
(synopsis "Rust implementation of futures and streams")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue