guix-commits
[Top][All Lists]
Advanced

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

03/51: gnu: rust: Update to 1.76.0.


From: guix-commits
Subject: 03/51: gnu: rust: Update to 1.76.0.
Date: Wed, 13 Mar 2024 07:12:20 -0400 (EDT)

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

commit f66b23acaba45f490ef1a842b4b05b26924a0c12
Author: Brennan Vincent <brennan@umanwizard.com>
AuthorDate: Mon Feb 26 10:37:32 2024 -0500

    gnu: rust: Update to 1.76.0.
    
    * gnu/packages/rust.scm (rust): Update to 1.76.0.
    [source]: Remove another copy of jemalloc.
    [properties]: Update clang-compiler-cpu-architecture to 17.
    
    Change-Id: I363d789ab22d2937eeb3846dec460ac902c44255
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/rust.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index dc4b0aa094..63c6fc2d93 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -971,12 +971,12 @@ safety and thread safety guarantees.")
 ;;; Here we take the latest included Rust, make it public, and re-enable tests
 ;;; and extra components such as rustfmt.
 (define-public rust
-  (let ((base-rust rust-1.75))
+  (let ((base-rust rust-1.76))
     (package
       (inherit base-rust)
       (properties (append
                     (alist-delete 'hidden? (package-properties base-rust))
-                    (clang-compiler-cpu-architectures "15")))
+                    (clang-compiler-cpu-architectures "17")))
       (outputs (cons* "rust-src" "tools" (package-outputs base-rust)))
       (source
        (origin
@@ -985,6 +985,7 @@ safety and thread safety guarantees.")
           '(begin
              (for-each delete-file-recursively
                        '("src/llvm-project"
+                         "vendor/jemalloc-sys/jemalloc"
                          "vendor/openssl-src/openssl"
                          "vendor/tikv-jemalloc-sys/jemalloc"
                          ;; These are referenced by the cargo output



reply via email to

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