[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: rust: Update to 1.45.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: rust: Update to 1.45. |
Date: |
Mon, 27 Jul 2020 06:41:50 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 25cdd9f gnu: rust: Update to 1.45.
25cdd9f is described below
commit 25cdd9f7a469f4394568be7e7648021cc723aaae
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 27 10:06:03 2020 +0300
gnu: rust: Update to 1.45.
* gnu/packages/rust.scm (rust): Change to 1.45.
---
gnu/packages/rust.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 9cb0ae5..a123bc4 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2016 Nikita <nikita@n0.is>
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2017, 2018 Nikolai Merinov <nikolai.merinov@member.fsf.org>
-;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com>
@@ -1315,4 +1315,4 @@ move around."
#t)))))))))
;; TODO(staging): Bump this variable to the latest packaged rust.
-(define-public rust rust-1.39)
+(define-public rust rust-1.45)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: rust: Update to 1.45.,
guix-commits <=