apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit a8fd8d0d66adb09e6059ca7228a3835c32c86657 Author: Jakub Kądziołka <[email protected]> AuthorDate: Sun Feb 14 14:16:51 2021 +0100 gnu: rust: Update to 1.50. * gnu/packages/rust.scm (rust): Change to 1.50. --- gnu/packages/rust.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index fd6233f..72991ae 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -859,4 +859,4 @@ safety and thread safety guarantees.") ;;; intermediate rusts are built for bootstrapping purposes and should not ;;; be relied upon. This is to ease maintenance and reduce the time ;;; required to build the full Rust bootstrap chain. -(define-public rust rust-1.49) +(define-public rust rust-1.50)
