Update to version 2.0.3; Fixes RHBZ#2252347

epel9 imports/e9/rust-io-lifetimes-2.0.3-1.el9
Fabio Valentini 1 year ago
parent a60416e4f7
commit 0da9d16b61
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/io-lifetimes-1.0.10.crate
/io-lifetimes-1.0.11.crate
/io-lifetimes-2.0.2.crate
/io-lifetimes-2.0.3.crate

@ -1,5 +1,5 @@
--- io-lifetimes-2.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-2.0.2/Cargo.toml 2023-11-05T00:08:08.447170+00:00
--- io-lifetimes-2.0.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-2.0.3/Cargo.toml 2023-12-01T22:57:11.221656+00:00
@@ -48,8 +48,6 @@
[features]
close = [
@ -18,7 +18,7 @@
-optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",

@ -5,7 +5,7 @@
%global crate io-lifetimes
Name: rust-io-lifetimes
Version: 2.0.2
Version: 2.0.3
Release: %autorelease
Summary: Low-level I/O ownership and borrowing library

@ -1 +1 @@
SHA512 (io-lifetimes-2.0.2.crate) = d6f99e968f660ab3fd65d4cabcb2ea099b8b951104606445cceec68d144e022399dc0d0763f319a442c1e10a843862e1acaccd4a13a737594cc47f69c96a4253
SHA512 (io-lifetimes-2.0.3.crate) = 00b807764d4db5ffc01823615c96beacf4d029b834069ee4e9ff2584038c59cbd48db49af8eb6aaae92903d27446bad86fd69b8c7bcbf4c9e5e697abfddad772

Loading…
Cancel
Save