gnu: Add rust-1.66.
* gnu/packages/rust.scm (rust-1.66): New variable.
This commit is contained in:
parent
dc3ffd39f3
commit
8766759041
1 changed files with 4 additions and 0 deletions
|
@ -655,6 +655,10 @@ safety and thread safety guarantees.")
|
||||||
(patches '())
|
(patches '())
|
||||||
(patch-flags '("-p1")))))))
|
(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
|
;;; Note: Only the latest versions of Rust are supported and tested. The
|
||||||
;;; intermediate rusts are built for bootstrapping purposes and should not
|
;;; intermediate rusts are built for bootstrapping purposes and should not
|
||||||
;;; be relied upon. This is to ease maintenance and reduce the time
|
;;; be relied upon. This is to ease maintenance and reduce the time
|
||||||
|
|
Reference in a new issue