Update to 2.0.2

epel9
Josh Stone 5 years ago
parent 71fe7bba53
commit a92f8013cb

1
.gitignore vendored

@ -1,3 +1,4 @@
/path-absolutize-1.2.1.crate
/path-absolutize-2.0.0.crate
/path-absolutize-2.0.1.crate
/path-absolutize-2.0.2.crate

@ -1,10 +1,10 @@
--- path-absolutize-2.0.1/Cargo.toml 2020-05-27T09:32:20+00:00
+++ path-absolutize-2.0.1/Cargo.toml 2020-05-27T10:12:10.722476+00:00
--- path-absolutize-2.0.2/Cargo.toml 2020-05-27T21:32:39+00:00
+++ path-absolutize-2.0.2/Cargo.toml 2020-05-28T01:29:17.623284+00:00
@@ -34,8 +34,6 @@
[features]
lazy_static_cache = ["path-dedot/lazy_static_cache"]
unsafe_cache = ["path-dedot/unsafe_cache"]
-[target."cfg(windows)".dependencies.slash-formatter]
-[target."cfg(windows)".dev-dependencies.slash-formatter]
-version = "2.2.6"
[badges.travis-ci]
branch = "master"

@ -5,7 +5,7 @@
%global crate path-absolutize
Name: rust-%{crate}
Version: 2.0.1
Version: 2.0.2
Release: 1%{?dist}
Summary: Get an absolute path without dots in `Path` and `PathBuf`
@ -99,6 +99,9 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 28 2020 Josh Stone <jistone@redhat.com> - 2.0.2-1
- Update to 2.0.2
* Wed May 27 12:12:10 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.1-1
- Update to 2.0.1

@ -1 +1 @@
SHA512 (path-absolutize-2.0.1.crate) = c2f3132364c3e6382b73975e23a556bca45ca080774b371a240854f05b0bf5eca575835e7099eb66bcc53033c2a21d6ade670fd0f6807b7376a1216261c0de72
SHA512 (path-absolutize-2.0.2.crate) = 8560d3f7f2c1ab985fabb60c94ca2fb8a1775e69cafe67d94e2f7e3af8cf31a97402b86a55e466e34f4ac16f556ffeaf1c3726ae9c81bef6dec429c2b3cceaa2

Loading…
Cancel
Save