Update to version 0.4.15; Fixes RHBZ#2253694

epel9
Fabio Valentini 1 year ago
parent 6c85a49842
commit 7eb6dc6170
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/snapbox-0.4.14.crate
/snapbox-0.4.15.crate

@ -5,7 +5,7 @@
%global crate snapbox
Name: rust-snapbox
Version: 0.4.14
Version: 0.4.15
Release: %autorelease
Summary: Snapshot testing toolbox

@ -1,6 +1,6 @@
--- snapbox-0.4.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.4.14/Cargo.toml 2023-11-07T21:58:52.948898+00:00
@@ -161,7 +161,6 @@
--- snapbox-0.4.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.4.15/Cargo.toml 2024-01-11T20:05:56.866668+00:00
@@ -165,7 +165,6 @@
"dep:os_pipe",
"dep:wait-timeout",
"dep:libc",
@ -8,11 +8,11 @@
]
color = [
"dep:anstream",
@@ -200,7 +199,3 @@
@@ -204,7 +203,3 @@
version = "0.2.137"
optional = true
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-version = "0.52.0"
-features = ["Win32_Foundation"]
-optional = true

@ -1,5 +1,5 @@
--- snapbox-0.4.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.4.14/Cargo.toml 2023-11-07T21:59:25.802046+00:00
--- snapbox-0.4.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.4.15/Cargo.toml 2024-01-11T20:06:08.434705+00:00
@@ -36,6 +36,7 @@
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
@ -16,5 +16,5 @@
-[[bin]]
-name = "snap-fixture"
[dependencies.anstream]
version = "0.6.0"
[[example]]
name = "diff"

@ -1 +1 @@
SHA512 (snapbox-0.4.14.crate) = e9b31e9ced124b220350848df7a747e8be161d9cbae6160f967f789b5675ca4c8df472fd1b0e0d6fc22193b4b539264b390f36a4f981bb8920180dbe3608c12d
SHA512 (snapbox-0.4.15.crate) = a603a1746cb2a0424ffa3cf82c736eadc0ca9428ddd97fc499488a7923082dce4e690e6deb2851663006362f7ee4b35aedd679ba1190e339f14eb98d629a5784

Loading…
Cancel
Save