Bump assert_cmd to 2.0.0

This commit is contained in:
Robert-André Mauchin 2021-11-14 19:31:10 +01:00
parent d054fd59b2
commit 260758f716
2 changed files with 14 additions and 0 deletions

View File

@ -13,6 +13,9 @@ Summary: Intuitive find & replace CLI
License: MIT
URL: https://crates.io/crates/sd
Source: %{crates_source}
# Initial patched metadata
# * Bump assert_cmd to 2.0.0
Patch0: sd-fix-metadata.diff
ExclusiveArch: %{rust_arches}

11
sd-fix-metadata.diff Normal file
View File

@ -0,0 +1,11 @@
--- sd-0.7.6/Cargo.toml 2020-08-01T02:53:12+00:00
+++ sd-0.7.6/Cargo.toml 2021-11-14T18:20:02.104385+00:00
@@ -51,7 +51,7 @@
version = "1.0.31"
[dev-dependencies.assert_cmd]
-version = "1.0.1"
+version = "2.0.0"
[build-dependencies.man]
version = "0.3.0"