efraim pushed a commit to branch rust-team
in repository guix.
commit 712f5056b5ad3241b438f526f0e106d54dedf8e6
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 16 14:20:42 2025 +0200
gnu: rust-log-0.4: Update to 0.4.25.
* gnu/packages/crates-io.scm (rust-log-0.4): Update to 0.4.25.
[arguments]: Don't skip the tests.
Change-Id: I660b30a872adead2f8488c9b891941a7b3a66318
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5e2d5d83ec..b3ab92847a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40583,7 +40583,7 @@ and attach/detach semantics.")
(define-public rust-log-0.4
(package
(name "rust-log")
- (version "0.4.22")
+ (version "0.4.25")
(source
(origin
(method url-fetch)
@@ -40591,11 +40591,10 @@ and attach/detach semantics.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "093vs0wkm1rgyykk7fjbqp2lwizbixac1w52gv109p5r4jh0p9x7"))))
+ "17ydv5zhfv1zzygy458bmg3f3jx1vfziv9d74817w76yhfqgbjq4"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ; Not all test files included in release.
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-serde" ,rust-serde-1)
("rust-sval" ,rust-sval-2)
("rust-sval-ref" ,rust-sval-ref-2)