efraim pushed a commit to branch rust-team
in repository guix.
commit 6c46c6c2b1a55a6f4023f9402e0f7440aab63b0d
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 19 12:43:06 2023 +0200
gnu: Add rust-1.66.
* gnu/packages/rust.scm (rust-1.66): New variable.
---
gnu/packages/rust.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 540cad3780..ac8f07bb56 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -653,6 +653,10 @@ safety and thread safety guarantees.")
(patches '())
(patch-flags '("-p1")))))))
+(define rust-1.66
+ (rust-bootstrapped-package
+ rust-1.65 "1.66.1" "1fjr94gsicsxd2ypz4zm8aad1zdbiccr7qjfbmq8f8f7jhx96g2v"))
+
;;; 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