diff --git a/.gitignore b/.gitignore index 0532d09..e10b871 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /trycmd-0.14.19.crate +/trycmd-0.14.20.crate diff --git a/rust-trycmd.spec b/rust-trycmd.spec index 7f30ca0..d4cf8ad 100644 --- a/rust-trycmd.spec +++ b/rust-trycmd.spec @@ -5,7 +5,7 @@ %global crate trycmd Name: rust-trycmd -Version: 0.14.19 +Version: 0.14.20 Release: %autorelease Summary: Snapshot testing for a herd of CLI tests diff --git a/sources b/sources index 790c396..b6d197e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (trycmd-0.14.19.crate) = 6d6eae6bc1617a4ab5846716f6c1c800143c01e84f24df413bd7962e350f964976bf0583d399405dc6df638760e6fed3e418c1056239e9e39d00ea1355485672 +SHA512 (trycmd-0.14.20.crate) = 5f44b1209e1555f3be4767aa54654cdb0e75c6cc06b838b389e9c96ed45de728c0e0b8a20602466517b1ad0406ba7012c0868898e6776d8e9bca619a45b0b9e0 diff --git a/trycmd-fix-metadata.diff b/trycmd-fix-metadata.diff index 22e062f..f0ac959 100644 --- a/trycmd-fix-metadata.diff +++ b/trycmd-fix-metadata.diff @@ -1,5 +1,5 @@ ---- trycmd-0.14.19/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 1970-01-01T00:00:01+00:00 ++++ trycmd-0.14.20/Cargo.toml 2024-01-13T14:37:48.886435+00:00 @@ -38,6 +38,7 @@ categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" @@ -21,4 +21,4 @@ -required-features = ["schema"] [dependencies.anstream] - version = "0.6.0" + version = "0.6.7"