Update to version 0.14.20; Fixes RHBZ#2258003

epel9 imports/e9/rust-trycmd-0.14.20-1.el9
Fabio Valentini 1 year ago
parent 73a9ea8232
commit d2535fb3a7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/trycmd-0.14.19.crate /trycmd-0.14.19.crate
/trycmd-0.14.20.crate

@ -5,7 +5,7 @@
%global crate trycmd %global crate trycmd
Name: rust-trycmd Name: rust-trycmd
Version: 0.14.19 Version: 0.14.20
Release: %autorelease Release: %autorelease
Summary: Snapshot testing for a herd of CLI tests Summary: Snapshot testing for a herd of CLI tests

@ -1 +1 @@
SHA512 (trycmd-0.14.19.crate) = 6d6eae6bc1617a4ab5846716f6c1c800143c01e84f24df413bd7962e350f964976bf0583d399405dc6df638760e6fed3e418c1056239e9e39d00ea1355485672 SHA512 (trycmd-0.14.20.crate) = 5f44b1209e1555f3be4767aa54654cdb0e75c6cc06b838b389e9c96ed45de728c0e0b8a20602466517b1ad0406ba7012c0868898e6776d8e9bca619a45b0b9e0

@ -1,5 +1,5 @@
--- trycmd-0.14.19/Cargo.toml 1970-01-01T00:00:01+00:00 --- trycmd-0.14.20/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trycmd-0.14.19/Cargo.toml 2023-11-23T22:23:38.923500+00:00 +++ trycmd-0.14.20/Cargo.toml 2024-01-13T14:37:48.886435+00:00
@@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
categories = ["development-tools::testing"] categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -21,4 +21,4 @@
-required-features = ["schema"] -required-features = ["schema"]
[dependencies.anstream] [dependencies.anstream]
version = "0.6.0" version = "0.6.7"

Loading…
Cancel
Save