diff options
author | Herman Rimm <[email protected]> | 2024-12-25 12:09:34 +0100 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-01-06 12:19:05 +0200 |
commit | 4353480ea7359e26f3517dea222357b02e91a463 (patch) | |
tree | fdbb6a4f0b8a5475373465329dc2b12fbbc9604e | |
parent | 8c5081c13fde4835d88e6fa76859d7cd5bcd4446 (diff) |
gnu: rust-matchers-0.0: Replace with 0.0.1.
* gnu/packages/crates-io.scm (rust-matchers-0.0): Replace with 0.0.1.
(rust-tracing-subscriber-0.2) Replace rust-matchers-0.0 with 0.0.1.
Change-Id: I31bec1349ce6a8e740b53ea8990d47b2ddd9392f
Signed-off-by: Efraim Flashner <[email protected]>
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index a5604e44d0..95b6686e8f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -45853,7 +45853,7 @@ grammars. It provides the subset of the regex crate that only deals with matching, not parsing substrings.") (license license:expat))) -(define-public rust-matchers-0.0 +(define-public rust-matchers-0.0.1 (package (inherit rust-matchers-0.1) (name "rust-matchers") @@ -92162,7 +92162,7 @@ application authors using tracing to instrument their applications.") (("rust-ansi-term" ,rust-ansi-term-0.12) ("rust-chrono" ,rust-chrono-0.4) ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-matchers" ,rust-matchers-0.0) + ("rust-matchers" ,rust-matchers-0.0.1) ("rust-parking-lot" ,rust-parking-lot-0.11) ("rust-regex" ,rust-regex-1) ("rust-serde" ,rust-serde-1) |