me
/
guix
Archived
1
0
Fork 0

gnu: rust-rayon@1.5: Update dependencies.

Previous versions of rust-rand and rust-rand-xorshift were too old,
leading cargo to error out.

Regression most likely introduced in
a2b7abb99b.

* gnu/packages/crates-io.scm (rust-rayon-1)[arguments]: Depend on
RUST-RAND-0.8 and RUST-RAND-XORSHIFT-0.3.
master
Ludovic Courtès 2021-12-20 14:57:32 +01:00
parent 4df584aeac
commit d077579681
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -41280,8 +41280,8 @@ accessors.")
#:cargo-development-inputs
(("rust-docopt" ,rust-docopt-1)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-rand" ,rust-rand-0.7)
("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
("rust-rand" ,rust-rand-0.8)
("rust-rand-xorshift" ,rust-rand-xorshift-0.3)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/rayon-rs/rayon")
(synopsis "Simple work-stealing parallelism for Rust")