gnu: rust-async-stream-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-async-stream-0.3): Update to 0.3.2.
This commit is contained in:
parent
bd48b7d8fa
commit
4dca103962
@ -3651,23 +3651,25 @@ interfaces you are used to, but in an async version and ready for Rust's
|
|||||||
(define-public rust-async-stream-0.3
|
(define-public rust-async-stream-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-async-stream")
|
(name "rust-async-stream")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "async-stream" version))
|
(uri (crate-uri "async-stream" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0p19qn5igblb86d35lda72q8vimk2iw8hk7r07wjj5y0rdqdyw1n"))))
|
(base32 "0986b72jksg4lndw76py9glry3snc29bbqrna874wl5jwgkp84qp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags '("--release" "--"
|
||||||
|
"--skip=test")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-async-stream-impl" ,rust-async-stream-impl-0.3)
|
(("rust-async-stream-impl" ,rust-async-stream-impl-0.3)
|
||||||
("rust-futures-core" ,rust-futures-core-0.3))
|
("rust-futures-core" ,rust-futures-core-0.3))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-futures-util" ,rust-futures-util-0.3)
|
(("rust-futures-util" ,rust-futures-util-0.3)
|
||||||
("rust-tokio" ,rust-tokio-0.2)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tokio-test" ,rust-tokio-test-0.2)
|
("rust-tokio-test" ,rust-tokio-test-0.4)
|
||||||
("rust-trybuild" ,rust-trybuild-1))))
|
("rust-trybuild" ,rust-trybuild-1))))
|
||||||
(home-page "https://github.com/tokio-rs/async-stream")
|
(home-page "https://github.com/tokio-rs/async-stream")
|
||||||
(synopsis "Asynchronous streams using async & await notation")
|
(synopsis "Asynchronous streams using async & await notation")
|
||||||
@ -3699,7 +3701,7 @@ notation.")
|
|||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-futures-core" ,rust-futures-core-0.3)
|
(("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
("rust-futures-util" ,rust-futures-util-0.3)
|
("rust-futures-util" ,rust-futures-util-0.3)
|
||||||
("rust-tokio" ,rust-tokio-0.2))))
|
("rust-tokio" ,rust-tokio-1))))
|
||||||
(home-page "https://github.com/tokio-rs/async-stream")
|
(home-page "https://github.com/tokio-rs/async-stream")
|
||||||
(synopsis "Proc macros for async-stream crate")
|
(synopsis "Proc macros for async-stream crate")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user