Update to version 0.6.17; Fixes RHBZ#2305034

epel10
Fabio Valentini 5 months ago
parent 0a28c8d0d3
commit 368160aa8d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/snapbox-0.6.9.crate
/snapbox-0.6.10.crate
/snapbox-0.6.16.crate
/snapbox-0.6.17.crate

@ -8,7 +8,7 @@
%global crate snapbox
Name: rust-snapbox
Version: 0.6.16
Version: 0.6.17
Release: %autorelease
Summary: Snapshot testing toolbox

@ -1,5 +1,5 @@
--- snapbox-0.6.16/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.6.16/Cargo.toml 2024-08-04T18:41:08.237780+00:00
--- snapbox-0.6.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.6.17/Cargo.toml 2024-09-17T21:11:09.343786+00:00
@@ -189,7 +189,6 @@
"dep:os_pipe",
"dep:wait-timeout",
@ -15,13 +15,13 @@
-optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-version = "0.59.0"
-features = ["Win32_Foundation"]
optional = true
[lints.clippy]
@@ -302,3 +296,4 @@
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
@@ -305,3 +299,4 @@
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
+

@ -1 +1 @@
SHA512 (snapbox-0.6.16.crate) = f00003bd5f166ca3923979d662ed06b25859f5153cfa2ea9dd058b9409fbf3bc0fd0ec4c6b1bf466086f6dc5741f3b4c641d8c9a89ae851d7f5b38c1ce084877
SHA512 (snapbox-0.6.17.crate) = ee990e1b0851c40c4a9c88de737b430f57eb57b3ca55a1024786b82536e6bcf1e390e94864637cc8945b30ee3a1ff7f88ef97fbbadaea11717d587c00d078b8f

Loading…
Cancel
Save