gnu: rust-async-stream-0.3: Update to 0.3.6.

* gnu/packages/crates-io.scm (rust-async-stream-0.3): Update to 0.3.6.
[arguments]: Remove '--release' from the cargo-test-flags.

Change-Id: Ibb3faa418cfa65ad9c907431afabf42cfecbf643
This commit is contained in:
Efraim Flashner 2024-12-19 22:33:11 +02:00
parent 12f0b0a150
commit 8d2ae9f155
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6028,7 +6028,7 @@ (define-public rust-async-std-0.99
(define-public rust-async-stream-0.3
(package
(name "rust-async-stream")
(version "0.3.5")
(version "0.3.6")
(source
(origin
(method url-fetch)
@ -6045,11 +6045,10 @@ (define-public rust-async-stream-0.3
[dev-dependencies.trybuild]")))
(sha256
(base32 "0l8sjq1rylkb1ak0pdyjn83b3k6x36j22myngl4sqqgg7whdsmnd"))))
(base32 "0xl4zqncrdmw2g6241wgr11dxdg4h7byy6bz3l6si03qyfk72nhb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags '("--release" "--"
"--skip=test")
`(#:cargo-test-flags '("--" "--skip=test")
#:cargo-inputs
(("rust-async-stream-impl" ,rust-async-stream-impl-0.3)
("rust-futures-core" ,rust-futures-core-0.3)