gnu: rust-rayon-core-1: Update to 1.9.1.
* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.9.1.master
parent
fdb9a02a68
commit
2f8a3af0b1
|
@ -39133,14 +39133,14 @@ Rust.")
|
|||
(define-public rust-rayon-core-1
|
||||
(package
|
||||
(name "rust-rayon-core")
|
||||
(version "1.9.0")
|
||||
(version "1.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rayon-core" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jpsi8zf66xyx4m5f329lpgiql8775vpm6zqm7zn5p11b6n4dcws"))))
|
||||
(base32 "13kdcnqp2p1a5a3amamfjpnm7ay463vq4dfxy4rrh9shr3i210fp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
;; One of the tests attempts to overflow the stack, but the compiler has
|
||||
|
|
Reference in New Issue