Update to version 2.0.10; Fixes RHBZ#2178736

epel9
Fabio Valentini 2 years ago
parent 47b3e91c58
commit e9e042a3a1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/assert_cmd-2.0.2.crate /assert_cmd-2.0.2.crate
/assert_cmd-2.0.4.crate /assert_cmd-2.0.4.crate
/assert_cmd-2.0.8.crate /assert_cmd-2.0.8.crate
/assert_cmd-2.0.10.crate

@ -1,5 +1,5 @@
--- assert_cmd-2.0.8/Cargo.toml 1970-01-01T00:00:01+00:00 --- assert_cmd-2.0.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ assert_cmd-2.0.8/Cargo.toml 2023-02-20T15:53:29.223933+00:00 +++ assert_cmd-2.0.10/Cargo.toml 2023-04-08T19:44:38.247314+00:00
@@ -41,6 +41,7 @@ @@ -41,6 +41,7 @@
categories = ["development-tools::testing"] categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -16,5 +16,5 @@
-[[bin]] -[[bin]]
-name = "bin_fixture" -name = "bin_fixture"
[dependencies.bstr] [dependencies.anstream]
version = "1.0.1" version = "0.2.2"

@ -5,7 +5,7 @@
%global crate assert_cmd %global crate assert_cmd
Name: rust-assert_cmd Name: rust-assert_cmd
Version: 2.0.8 Version: 2.0.10
Release: %autorelease Release: %autorelease
Summary: Test CLI Applications Summary: Test CLI Applications

@ -1 +1 @@
SHA512 (assert_cmd-2.0.8.crate) = 886d789af9fe7f8155d393e2742c7982d5c0bb8d44a09f66e5552faed2effcedd000d567f9f00e08ad6d7c17fac9374d7a234ba001f38c9cf444ee41dbe07428 SHA512 (assert_cmd-2.0.10.crate) = 2aba58644cabb8a7daa0bdeb22f628be12c267cf4c720581bb2a1fa5cfb38d7f53aa9ecf840bfcb5b0af1ab859908b0a6e2ae9b9db6cc9a3b74d5a219976a037

Loading…
Cancel
Save