mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: rust-tracing-serde-0.1: Update to 0.1.3.
* gnu/packages/crates-io.scm (rust-tracing-serde-0.1): Update to 0.1.3. [cargo-inputs]: Add rust-valuable-0.1, rust-valuable-serde-0.1.
This commit is contained in:
parent
d9ce51fae6
commit
353539f79d
1 changed files with 5 additions and 3 deletions
|
@ -70975,19 +70975,21 @@ (define-public rust-tracing-log-0.1
|
|||
(define-public rust-tracing-serde-0.1
|
||||
(package
|
||||
(name "rust-tracing-serde")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tracing-serde" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12xjirg0b3cparjdhkd9pksrmv33gz7rdm4gfkvgk15v3x2flrgv"))))
|
||||
(base32 "1qfr0va69djvxqvjrx4vqq7p6myy414lx4w1f6amcn0hfwqj2sxw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-tracing-core" ,rust-tracing-core-0.1))
|
||||
("rust-tracing-core" ,rust-tracing-core-0.1)
|
||||
("rust-valuable" ,rust-valuable-0.1)
|
||||
("rust-valuable-serde" ,rust-valuable-serde-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://tokio.rs")
|
||||
|
|
Loading…
Reference in a new issue