mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: rust: Add Rust 1.51
* gnu/packages/rust.scm (rust-1.51): New variable.
This commit is contained in:
parent
9d72295827
commit
f9e2f6ec1d
1 changed files with 4 additions and 0 deletions
|
@ -1460,5 +1460,9 @@ (define-public rust-1.50
|
|||
(rust-bootstrapped-package rust-1.49 "1.50.0"
|
||||
"0pjs7j62maiyvkmhp9zrxl528g2n0fphp4rq6ap7aqdv0a6qz5wm"))
|
||||
|
||||
(define-public rust-1.51
|
||||
(rust-bootstrapped-package rust-1.50 "1.51.0"
|
||||
"0ixqkqglv3isxbvl4ldr4byrkx692wghsz3fasy1pn5kr2prnsvs"))
|
||||
|
||||
;; TODO(staging): Bump this variable to the latest packaged rust.
|
||||
(define-public rust rust-1.45)
|
||||
|
|
Loading…
Reference in a new issue