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
parent
4df584aeac
commit
d077579681
|
@ -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")
|
||||
|
|
Reference in New Issue