mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:28:29 +01:00
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 <efraim@flashner.co.il>
This commit is contained in:
parent
8c5081c13f
commit
4353480ea7
1 changed files with 2 additions and 2 deletions
|
@ -45853,7 +45853,7 @@ (define-public rust-matchers-0.1
|
|||
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 @@ (define-public rust-tracing-subscriber-0.2
|
|||
(("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)
|
||||
|
|
Loading…
Reference in a new issue