Update to version 2.4.0; Fixes RHBZ#2237474

epel10
Fabio Valentini 1 year ago
parent 149f3a4a7d
commit e773202b85
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/walkdir-2.3.1.crate
/walkdir-2.3.2.crate
/walkdir-2.3.3.crate
/walkdir-2.4.0.crate

@ -5,7 +5,7 @@
%global crate walkdir
Name: rust-walkdir
Version: 2.3.3
Version: 2.4.0
Release: %autorelease
Summary: Recursively walk a directory

@ -1 +1 @@
SHA512 (walkdir-2.3.3.crate) = 2b6e1e27c16e310f636eb1c9ee58435509fb8f7a6c5beba4dd13d87aa1d91599a593bfe720a675d536ce63e217c31e240a57122455d8e18de1282a9e7fc3defe
SHA512 (walkdir-2.4.0.crate) = 09e1bc852c01b452c95b26a369831a97bc5c9e0ada3111c73774570dd73bb5b9e4735317d5572304fb48dca44ce7b9f77bbd17c418b6b047b2ab17b8bb42d9d9

@ -1,5 +1,5 @@
--- walkdir-2.3.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ walkdir-2.3.3/Cargo.toml 2023-03-16T20:45:44.125060+00:00
--- walkdir-2.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ walkdir-2.4.0/Cargo.toml 2023-09-05T20:49:58.800410+00:00
@@ -39,9 +39,6 @@
[dev-dependencies.doc-comment]
version = "0.3"

Loading…
Cancel
Save