diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-11-15 18:10:25 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-15 18:13:37 +0200 |
commit | 9a27b61d3792656fe626ef8b9483ea6f16a1eaa3 (patch) | |
tree | d46c82a5a8bd1b6f0fdc4fb6ff6af3e95a8ca654 /gnu/packages/rust.scm | |
parent | f0ccfcc0a70b7c553cfa24d2b27088f3f4b9ef6b (diff) |
gnu: Add rust-1.63.
* gnu/packages/rust.scm (rust-1.63): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/rust.scm')
-rw-r--r-- | gnu/packages/rust.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 835902d2f9..ac3cbc1801 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -615,6 +615,10 @@ safety and thread safety guarantees.") (rust-bootstrapped-package rust-1.61 "1.62.1" "0gqkg34ic77dcvsz69qbdng6g3zfhl6hnhx7ha1mjkyrzipvxb3j")) +(define rust-1.63 + (rust-bootstrapped-package + rust-1.62 "1.63.0" "1l4rrbzhxv88pnfq94nbyb9m6lfnjwixma3mwjkmvvs2aqlq158z")) + ;;; 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 |