[PATCH 2/2] gnu: update public rust to 1.76.

  • Open
  • quality assurance status badge
Details
One participant
  • Brennan Vincent
Owner
unassigned
Submitted by
Brennan Vincent
Severity
normal

Debbugs page

B
B
Brennan Vincent wrote on 26 Feb 07:37 -0800
(address . guix-patches@gnu.org)(name . Brennan Vincent)(address . brennan@umanwizard.com)
7938ee5514339b485ca1a0f8b1d158b88df4ea99.1708961758.git.brennan@umanwizard.com
* 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(-)

Toggle diff (15 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 69407@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69407
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch