Message ID | bb1aa08bb273a6a02922fbae44b5b4ae@autistici.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#37291,PATCHES] Add rust-constant-time-eq, Update rust-unicode-xid to 0.2.0 | expand |
Hi!
> On Sep 2, 2019, at 4:29 PM, goodoldpaul@autistici.org wrote:
Have you checked that bumping rust-unicode-xid to 0.2.0 doesn’t break any other rust
crates which depend on it? I’m not sure if all the imported versions allow building
with both 0.1.0 and 0.2.0!
—Ivan
On Mon, Sep 02, 2019 at 07:53:09PM -0700, Ivan Petkov wrote: > Hi! > > > On Sep 2, 2019, at 4:29 PM, goodoldpaul@autistici.org wrote: > > Have you checked that bumping rust-unicode-xid to 0.2.0 doesn’t break any other rust > crates which depend on it? I’m not sure if all the imported versions allow building > with both 0.1.0 and 0.2.0! > It likely does, I'm pretty sure I have some stuff that needs 0.1. On the other hand, it looks good and rust-constant-time-eq was one I meant to push anyway. So two patches pushed, and a new rust-unicode-xid-0.1 variable created. I've also checked the ones that need 0.1 and changed those respectively.
From 8a6313282c6651f24da4a70c2d633b74fdcebea0 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi <goodoldpaul@autistici.org> Date: Tue, 3 Sep 2019 01:16:29 +0200 Subject: [PATCH 2/2] gnu: rust-unicode-xid: Update to 0.2.0. * gnu/packages/crates-io.scm (rust-unicode-xid): Update to 0.2.0. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3fbe0c748a..a837d97d53 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -2431,7 +2431,7 @@ with the Unicode character database.") (define-public rust-unicode-xid (package (name "rust-unicode-xid") - (version "0.1.0") + (version "0.2.0") (source (origin (method url-fetch) @@ -2440,7 +2440,7 @@ with the Unicode character database.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1z57lqh4s18rr4x0j4fw4fmp9hf9346h0kmdgqsqx0fhjr3k0wpw")))) + "0z09fn515xm7zyr0mmdyxa9mx2f7azcpv74pqmg611iralwpcvl2")))) (build-system cargo-build-system) (home-page "https://github.com/unicode-rs/unicode-xid") -- 2.23.0