GNU bug report logs - #69407
[PATCH 2/2] gnu: update public rust to 1.76.

Previous Next

Package: guix-patches;

Reported by: Brennan Vincent <brennan <at> umanwizard.com>

Date: Mon, 26 Feb 2024 16:16:02 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Brennan Vincent <brennan <at> umanwizard.com>
To: 69407 <at> debbugs.gnu.org
Cc: Brennan Vincent <brennan <at> umanwizard.com>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#69407] [PATCH 2/2] gnu: update public rust to 1.76.
Date: Mon, 26 Feb 2024 10:37:32 -0500
* gnu/packages/rust.scm (rust): update to 1.76.0.

Change-Id: I363d789ab22d2937eeb3846dec460ac902c44255
---
 gnu/packages/rust.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 63d94aabb2..48c00359a4 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -973,7 +973,7 @@ (define (make-ignore-test-list strs)
 ;;; 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 (alist-delete 'hidden? (package-properties base-rust)))
-- 
2.41.0






This bug report was last modified 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.