guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: rust-compact-str-0.7: Update to 0.7.1.


From: guix-commits
Subject: 09/15: gnu: rust-compact-str-0.7: Update to 0.7.1.
Date: Fri, 13 Oct 2023 02:02:01 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 6e2020ba6733d28aad172d0e4382009934d1caca
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 12 18:40:22 2023 +0300

    gnu: rust-compact-str-0.7: Update to 0.7.1.
    
    * gnu/packages/crates-io.scm (rust-compact-str-0.7): Update to 0.7.1.
    [source]: Add snippet to allow newer versions of dependencies.
    [cargo-development-inputs]: Add rust-rkyv-0.7.
---
 gnu/packages/crates-io.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9062064f54..6dfa25b9cc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13966,14 +13966,18 @@ idiomatic wrappers for Mac OS X's CommonCrypto 
library.")
 (define-public rust-compact-str-0.7
   (package
     (name "rust-compact-str")
-    (version "0.7.0")
+    (version "0.7.1")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "compact_str" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1lbk5vkn6vriwx98pybfsgy093ga6ilpm5gkcd8v7cgcg5gq1w5z"))))
+                "0gvvfc2c6pg1rwr2w36ra4674w3lzwg97vq2v6k791w30169qszq"))
+              (snippet
+               #~(begin (use-modules (guix build utils))
+                        (substitute* "Cargo.toml"
+                          (("1\\.0\\.\\*") "1.0.0"))))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -13996,6 +14000,7 @@ idiomatic wrappers for Mac OS X's CommonCrypto 
library.")
         ("rust-quickcheck" ,rust-quickcheck-1)
         ("rust-quickcheck-macros" ,rust-quickcheck-macros-1)
         ("rust-rayon" ,rust-rayon-1)
+        ("rust-rkyv" ,rust-rkyv-0.7)
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-json" ,rust-serde-json-1)
         ("rust-test-case" ,rust-test-case-2)



reply via email to

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