unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: "\(unmatched-parenthesis" <paren@disroot.org>, 52149@debbugs.gnu.org
Subject: [bug#52149] [PATCH] core-updates-frozen: Update `rustc` to version 1.56.1 (from 1.54.0)
Date: Mon, 17 Jan 2022 12:07:58 -0500	[thread overview]
Message-ID: <877dayjno1.fsf_-_@gmail.com> (raw)
In-Reply-To: <YcmupzCAbD12I7Eu@3900XT> (Efraim Flashner's message of "Mon, 27 Dec 2021 14:16:39 +0200")

Hi!

Efraim Flashner <efraim@flashner.co.il> writes:

> On Sun, Dec 26, 2021 at 02:48:42PM +0000, (unmatched-parenthesis via Guix-patches via wrote:
>> ---
>>  gnu/packages/rust.scm | 6 +++++-
>>  1 file changed, 5 insertions(+), 1 deletion(-)
>> 
>> diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
>> index a07a86763e..524a558777 100644
>> --- a/gnu/packages/rust.scm
>> +++ b/gnu/packages/rust.scm
>> @@ -780,8 +780,12 @@ (define rust-1.56
>>    (rust-bootstrapped-package
>>     rust-1.55 "1.56.1" "04cmqx7nn63hzz7z27b2b0dj2qx18rck9ifvip43s6dampx8v2f3"))
>>  
>> +(define 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
>>  ;;; required to build the full Rust bootstrap chain.
>> -(define-public rust rust-1.54)
>> +(define-public rust rust-1.57)
>> -- 
>> 2.34.0
>> 
>
> I removed the part about updating rust to 1.57. I made the three new
> rust- variables public, so that they can be used easily with the #:rust
> keyword.
>
> I'm leaving the bug open so you can work on the other patches you
> attached before.

With the version-1.4.0 branch merged, the default rust used is now 1.57.
Were there other patches remaining to apply here?  If so, could you
rebase them and send them again?  In any case, let us know!

Thank you,

Maxim




  parent reply	other threads:[~2022-01-17 17:09 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-27 20:42 [bug#52149] [PATCH] core-updates-frozen: Update `rustc` to version 1.56.1 (from 1.54.0) (unmatched-parenthesis via Guix-patches via
2021-11-27 23:16 ` [bug#52149] [PATCH v2] Update Cargo to v0.57.0 along with rustc (unmatched-parenthesis via Guix-patches via
2021-11-27 23:23 ` [bug#52149] [PATCH v3] " (unmatched-parenthesis via Guix-patches via
2021-12-24  6:05   ` [bug#52149] [PATCH] core-updates-frozen: Update `rustc` to version 1.56.1 (from 1.54.0) Maxim Cournoyer
2021-12-24 22:02     ` Parenthesis via Guix-patches via
2021-12-26 20:46       ` Parenthesis via Guix-patches via
2021-12-26 21:12         ` Parenthesis via Guix-patches via
2021-12-25 19:54 ` [bug#52149] [PATCH] feat(gnu packages rust): add 'rust-1.55' (unmatched-parenthesis via Guix-patches via
2021-12-25 20:05 ` [bug#52149] [PATCH] feat(gnu/packages/rust): Add 'rust-1.56' (unmatched-parenthesis via Guix-patches via
2021-12-26 14:48 ` [bug#52149] [PATCH] feat(gnu packages rust): Add 'rust-1.57'; Change 'rust' to 'rust-1.57' (unmatched-parenthesis via Guix-patches via
2021-12-27 12:16   ` Efraim Flashner
2021-12-27 15:29     ` Parenthesis via Guix-patches via
2022-01-17 17:07     ` Maxim Cournoyer [this message]
2021-12-27 16:50 ` [bug#52149] [PATCH 01/26] gnu: Add rust-cargo-0.58 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 02/26] gnu: Remove redundant parts of rust-cargo-0.53 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 03/26] gnu: Update rust-crossbeam-utils-0.8 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 04/26] gnu: Add rust-cargo-util-0.1 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 05/26] gnu: Update rust-curl-0.4; Update rust-curl-sys-0.4 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 06/26] gnu: Add rust-duct-0.9 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 07/26] gnu: Add rust-env-logger-0.9 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 08/26] gnu: Update dependencies of rust-bstr-0.2 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 09/26] gnu: Add rust-version-sync-0.9 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 10/26] gnu: Update rust-trybuild-1 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 11/26] gnu: Add rust-tracing-subscriber-0.3 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 12/26] gnu: Add rust-time-0.3 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 13/26] gnu: Update rust-cargo-metadata-0.6 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 14/26] gnu: Change checksum of rust-cargo-platform-0.1 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 15/26] gnu: Add rust-generator-0.7 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 16/26] gnu: Update rust-jobserver-0.1 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 17/26] gnu: Update rust-itertools-0.10 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 18/26] gnu: Add rust-matchers-0.1 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 19/26] gnu: Add rust-rustfix-0.6 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 20/26] gnu: Update rust-os-info-3 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 21/26] gnu: Add rust-similar-0.4 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:50   ` [bug#52149] [PATCH 22/26] gnu: Add rust-loom-0.5 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:51   ` [bug#52149] [PATCH 23/26] gnu: Add rust-opener-0.5 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:51   ` [bug#52149] [PATCH 24/26] gnu: Update rust-socket2-0.4 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:51   ` [bug#52149] [PATCH 25/26] gnu: Update rust-tar-0.4 (unmatched-parenthesis via Guix-patches via
2021-12-27 16:51   ` [bug#52149] [PATCH 26/26] gnu: Add rust-time-macros-0.2 (unmatched-parenthesis via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877dayjno1.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=52149@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).