Update to version 1.0.5; Fixes RHBZ#2166488

epel9
Fabio Valentini 2 years ago
parent b714332fd3
commit 1f4d99276d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/io-lifetimes-0.7.5.crate /io-lifetimes-0.7.5.crate
/io-lifetimes-1.0.3.crate /io-lifetimes-1.0.3.crate
/io-lifetimes-1.0.4.crate /io-lifetimes-1.0.4.crate
/io-lifetimes-1.0.5.crate

@ -1,5 +1,5 @@
--- io-lifetimes-1.0.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- io-lifetimes-1.0.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-1.0.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ io-lifetimes-1.0.5/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -42,7 +42,6 @@ @@ -42,7 +42,6 @@
[features] [features]
close = [ close = [
@ -13,7 +13,7 @@
optional = true optional = true
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42.0" -version = "0.45.0"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_Storage_FileSystem", - "Win32_Storage_FileSystem",

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

@ -1 +1 @@
SHA512 (io-lifetimes-1.0.4.crate) = 1b2b151561dc79d1467b699590b2cb5d4acb39f75f38c05a94edb6d1543acca541b5a083fe7b606bc37cb2812692b7acb46996d0b096b96b0b085d31b1336775 SHA512 (io-lifetimes-1.0.5.crate) = 73b884426e26c19e65e25bb44c6255f1c46178d946306d39088350151253c2b96760ac9df84a01609f50bbfc79680a58e9a2490a14f2bef2ca7d4c11f4faba2a

Loading…
Cancel
Save