[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52149] [PATCH] feat(gnu packages rust): Add 'rust-1.57'; Change 'ru
From: |
(unmatched-parenthesis |
Subject: |
[bug#52149] [PATCH] feat(gnu packages rust): Add 'rust-1.57'; Change 'rust' to 'rust-1.57' |
Date: |
Sun, 26 Dec 2021 14:48:42 +0000 |
---
gnu/packages/rust.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index a07a86763e..524a558777 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -780,8 +780,12 @@ (define rust-1.56
(rust-bootstrapped-package
rust-1.55 "1.56.1" "04cmqx7nn63hzz7z27b2b0dj2qx18rck9ifvip43s6dampx8v2f3"))
+(define rust-1.57
+ (rust-bootstrapped-package
+ rust-1.56 "1.57.0" "06jw8ka2p3kls8p0gd4p0chhhb1ia1mlvj96zn78n7qvp71zjiim"))
+
;;; Note: Only the latest versions of Rust are supported and tested. The
;;; intermediate rusts are built for bootstrapping purposes and should not
;;; be relied upon. This is to ease maintenance and reduce the time
;;; required to build the full Rust bootstrap chain.
-(define-public rust rust-1.54)
+(define-public rust rust-1.57)
--
2.34.0
- [bug#52149] [PATCH] feat(gnu packages rust): Add 'rust-1.57'; Change 'rust' to 'rust-1.57',
(unmatched-parenthesis <=