mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Remove rust-tracing-fmt-0.1.
* gnu/packages/crates-io.scm (rust-tracing-fmt-0.1): Delete variable.
This commit is contained in:
parent
40c72809b3
commit
c20148e034
1 changed files with 0 additions and 26 deletions
|
@ -64424,32 +64424,6 @@ (define-public rust-tracing-futures-0.2
|
||||||
@code{futures} with @code{tracing}.")
|
@code{futures} with @code{tracing}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-tracing-fmt-0.1
|
|
||||||
(package
|
|
||||||
(name "rust-tracing-fmt")
|
|
||||||
(version "0.1.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "tracing-fmt" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0wagcrd6w8d3k7zdvg6sy2bwfh8w87i6ndia69p54fc7p3z4f1c8"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-tracing-subscriber" ,rust-tracing-subscriber-0.1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-tracing" ,rust-tracing-0.1))))
|
|
||||||
(home-page "https://tokio.rs")
|
|
||||||
(synopsis "Tracing subscriber that formats and logs trace data")
|
|
||||||
(description
|
|
||||||
"This package provides a tracing subscriber that formats and logs trace
|
|
||||||
data. Moved to the tracing-subscriber crate.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-tracing-log-0.1
|
(define-public rust-tracing-log-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-tracing-log")
|
(name "rust-tracing-log")
|
||||||
|
|
Loading…
Reference in a new issue