guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56298] [PATCH 5/7] gnu: rust-anyhow-1: Update to 1.0.58.


From: Maxime Devos
Subject: [bug#56298] [PATCH 5/7] gnu: rust-anyhow-1: Update to 1.0.58.
Date: Wed, 27 Jul 2022 18:01:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0


On 29-06-2022 16:46, peter@polidoro.io wrote:
      (build-system cargo-build-system)
      (arguments
-     `(#:cargo-development-inputs
+     `(#:cargo-inputs (("rust-backtrace" ,rust-backtrace-0.3))
+       #:cargo-development-inputs
         (("rust-futures" ,rust-futures-0.3)
          ("rust-rustversion" ,rust-rustversion-1)
+        ("rust-syn" ,rust-syn-1)
          ("rust-thiserror" ,rust-thiserror-1)
          ("rust-trybuild" ,rust-trybuild-1))))

I assume you updated rust-rustversion to update rust-anyhow?  If so, I have looked at the Cargo.toml of anyhow. It is very picky in the version of dependents, so if in the future we update rust-rustversion again, rust-anyhow will fail to build. To be robust to that, the Cargo.toml needs to be patched to be less picky, or alternatively you could wait for antioxidant which ignores the version specifications entirely.

Greetings,
Maxime.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]