mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-http-0.1: Use newer rust-indexmap.
* gnu/packages/crates-web.scm (rust-http-0.1)[cargo-inputs]: Use rust-indexmap-1 instead of 1.8. [arguments]: Don't skip the tests. Add cargo-test-flags. Change-Id: I66be1f3061d5b7c306319e7560704d5a12a1096b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a7c97b3478
commit
fa2b0faec5
1 changed files with 2 additions and 2 deletions
|
@ -3885,14 +3885,14 @@ requests and responses.")
|
||||||
(base32
|
(base32
|
||||||
"1w21xnhd8f48zvbmm5njg2y1nb4p08ppn8r0cs2xi5d8wgnzbk6n"))))
|
"1w21xnhd8f48zvbmm5njg2y1nb4p08ppn8r0cs2xi5d8wgnzbk6n"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; doc tests fail
|
`(#:cargo-test-flags '("--lib")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-bytes" ,rust-bytes-0.4)
|
(("rust-bytes" ,rust-bytes-0.4)
|
||||||
("rust-fnv" ,rust-fnv-1)
|
("rust-fnv" ,rust-fnv-1)
|
||||||
("rust-itoa" ,rust-itoa-0.4))
|
("rust-itoa" ,rust-itoa-0.4))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||||
("rust-indexmap" ,rust-indexmap-1.8)
|
("rust-indexmap" ,rust-indexmap-1)
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.6)
|
("rust-quickcheck" ,rust-quickcheck-0.6)
|
||||||
("rust-rand" ,rust-rand-0.4)
|
("rust-rand" ,rust-rand-0.4)
|
||||||
("rust-seahash" ,rust-seahash-3)
|
("rust-seahash" ,rust-seahash-3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue