diff options
author | (unmatched parenthesis <paren@disroot.org> | 2021-12-26 14:48:42 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-12-27 14:15:31 +0200 |
commit | 89afe76a164c53aef66e6f819137bd0c65089fe8 (patch) | |
tree | f04bcf04017753556a1da9b13914a3add9f7eb75 /gnu/packages/rust.scm | |
parent | eb0f2219bb59b28b0252828b60ed17f5a2aa15f7 (diff) | |
download | guix-89afe76a164c53aef66e6f819137bd0c65089fe8.tar.gz |
gnu: Add rust-1.57.
* gnu/packages/rust.scm (rust-1.57): 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 6255061587..b57cb29173 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -780,6 +780,10 @@ safety and thread safety guarantees.") (rust-bootstrapped-package rust-1.55 "1.56.1" "04cmqx7nn63hzz7z27b2b0dj2qx18rck9ifvip43s6dampx8v2f3")) +(define-public rust-1.57 + (rust-bootstrapped-package + rust-1.56 "1.57.0" "06jw8ka2p3kls8p0gd4p0chhhb1ia1mlvj96zn78n7qvp71zjiim")) + ;;; 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 |