gnu: rust-trybuild-1: Update to 1.0.91.

* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.91.
[cargo-inputs]: Add rust-toml-0.8.  Remove rust-basic-toml-0.1.

Change-Id: Ic39b8bae7d81633ee0894d7b96d858ccb103be13
This commit is contained in:
Efraim Flashner 2024-04-02 10:50:15 +03:00
parent d5ab588daf
commit b523524160
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -83715,25 +83715,25 @@ (define-public rust-try-lock-0.2
(define-public rust-trybuild-1
(package
(name "rust-trybuild")
(version "1.0.89")
(version "1.0.91")
(source
(origin
(method url-fetch)
(uri (crate-uri "trybuild" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "13s8pchqdkwr4zby1y5hamw0p8aywwczc0r3fbb86d4icak3p7cs"))))
(base32 "0nkxwbgpvpkkbxwkd40vv0yvfm5wjddgiwdc7p5fpbgb35iypmwa"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-basic-toml" ,rust-basic-toml-0.1)
("rust-dissimilar" ,rust-dissimilar-1)
(("rust-dissimilar" ,rust-dissimilar-1)
("rust-glob" ,rust-glob-0.3)
("rust-once-cell" ,rust-once-cell-1)
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-termcolor" ,rust-termcolor-1))
("rust-termcolor" ,rust-termcolor-1)
("rust-toml" ,rust-toml-0.8))
#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))
(home-page "https://github.com/dtolnay/trybuild")
(synopsis "Test harness for ui tests of compiler diagnostics")