gnu: rust-trybuild-1: Update to 1.0.77.
* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.77. [cargo-inputs]: Add rust-basic-toml-0.1, rust-serde-derive-1. Remove rust-toml-0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8b45602465
commit
fe01acea56
1 changed files with 6 additions and 5 deletions
|
@ -68150,24 +68150,25 @@ the Trust-DNS client to use rustls for TLS.")
|
||||||
(define-public rust-trybuild-1
|
(define-public rust-trybuild-1
|
||||||
(package
|
(package
|
||||||
(name "rust-trybuild")
|
(name "rust-trybuild")
|
||||||
(version "1.0.75")
|
(version "1.0.77")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "trybuild" version))
|
(uri (crate-uri "trybuild" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wylxysdpbjz3cddaxvjnfk8vadi05chdivwg9l878c7b8hjq8gi"))))
|
(base32 "04rlcx55q7qbc17hv4znypwnm5n5d5ynbh5vsca8wk0nyakaakd4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-dissimilar" ,rust-dissimilar-1)
|
(("rust-basic-toml" ,rust-basic-toml-0.1)
|
||||||
|
("rust-dissimilar" ,rust-dissimilar-1)
|
||||||
("rust-glob" ,rust-glob-0.3)
|
("rust-glob" ,rust-glob-0.3)
|
||||||
("rust-once-cell" ,rust-once-cell-1)
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-serde-derive" ,rust-serde-derive-1)
|
||||||
("rust-serde-json" ,rust-serde-json-1)
|
("rust-serde-json" ,rust-serde-json-1)
|
||||||
("rust-termcolor" ,rust-termcolor-1)
|
("rust-termcolor" ,rust-termcolor-1))))
|
||||||
("rust-toml" ,rust-toml-0.5))))
|
|
||||||
(home-page "https://github.com/dtolnay/trybuild")
|
(home-page "https://github.com/dtolnay/trybuild")
|
||||||
(synopsis "Test harness for ui tests of compiler diagnostics")
|
(synopsis "Test harness for ui tests of compiler diagnostics")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue