guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/276: gnu: rust-rayon-core-1: Update to 1.12.0.


From: guix-commits
Subject: 51/276: gnu: rust-rayon-core-1: Update to 1.12.0.
Date: Wed, 18 Oct 2023 04:49:13 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 047e84ae9569795310854176627e9cd389a1f69e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:37:16 2023 +0300

    gnu: rust-rayon-core-1: Update to 1.12.0.
    
    * gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.12.0.
    [cargo-inputs]: Remove rust-crossbeam-channel-0.5, rust-num-cpus-1.
---
 gnu/packages/crates-io.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 664948701e..c599eda1d8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53795,24 +53795,20 @@ Rust.")
 (define-public rust-rayon-core-1
   (package
     (name "rust-rayon-core")
-    (version "1.10.1")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "rayon-core" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1lvavqk42lmll47q008j8y6nw54f3sfvcjlbaa26iaq0bnpi1i6a"))))
+        (base32 "1vaq0q71yfvcwlmia0iqf6ixj2fibjcf2xjy92n1m1izv1mgpqsw"))))
     (build-system cargo-build-system)
     (arguments
-     ;; One of the tests attempts to overflow the stack, but the compiler has
-     ;; since gotten smarter and the test became defective.
-     `(#:tests? #f
+     `(#:tests? #f  ; `Sender<usize>` cannot be shared between threads safely
        #:cargo-inputs
-       (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
-        ("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
-        ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
-        ("rust-num-cpus" ,rust-num-cpus-1))
+       (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
+        ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8))
        #:cargo-development-inputs
        (("rust-libc" ,rust-libc-0.2)
         ("rust-rand" ,rust-rand-0.8)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]