From 89afe76a164c53aef66e6f819137bd0c65089fe8 Mon Sep 17 00:00:00 2001 From: "(unmatched parenthesis" Date: Sun, 26 Dec 2021 14:48:42 +0000 Subject: gnu: Add rust-1.57. * gnu/packages/rust.scm (rust-1.57): New variable. Signed-off-by: Efraim Flashner --- gnu/packages/rust.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/rust.scm') 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 -- cgit v1.2.3