mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
12f0b0a150
commit
8d2ae9f155
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue