mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: Add Rust 1.50.
* gnu/packages/rust.scm (rust-1.50): New variable.
This commit is contained in:
parent
822cd628e6
commit
2a498e9504
1 changed files with 4 additions and 0 deletions
|
@ -1451,5 +1451,9 @@ (define-public rust-1.49
|
|||
(rust-bootstrapped-package rust-1.48 "1.49.0"
|
||||
"0yf7kll517398dgqsr7m3gldzj0iwsp3ggzxrayckpqzvylfy2mm"))
|
||||
|
||||
(define-public rust-1.50
|
||||
(rust-bootstrapped-package rust-1.49 "1.50.0"
|
||||
"0pjs7j62maiyvkmhp9zrxl528g2n0fphp4rq6ap7aqdv0a6qz5wm"))
|
||||
|
||||
;; TODO(staging): Bump this variable to the latest packaged rust.
|
||||
(define-public rust rust-1.45)
|
||||
|
|
Loading…
Reference in a new issue