Update to version 1.0.10; Fixes RHBZ#2184547

epel9
Fabio Valentini 2 years ago
parent cefaa95bc7
commit 58e234d2d1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/io-lifetimes-1.0.6.crate
/io-lifetimes-1.0.7.crate
/io-lifetimes-1.0.9.crate
/io-lifetimes-1.0.10.crate

@ -1,5 +1,5 @@
--- io-lifetimes-1.0.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-1.0.9/Cargo.toml 2023-03-26T16:46:53.387457+00:00
--- io-lifetimes-1.0.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-1.0.10/Cargo.toml 2023-04-10T19:04:55.962015+00:00
@@ -42,8 +42,6 @@
[features]
close = [
@ -18,7 +18,7 @@
-optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",

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

@ -1 +1 @@
SHA512 (io-lifetimes-1.0.9.crate) = e22cb4edbfc71b9a1f0795bb33a9092bf5b4a58cbc391a9988804b9eca1683450c1e6c75942e53fbabdd869a78b2819f6a407ad26d884d6ceb94c4ec68809afe
SHA512 (io-lifetimes-1.0.10.crate) = 4b2cde9522780a408c5d4e6406286bc5dd3a0de1a99675129e9856e5d889498a127fd5dd7c937a7542135abc2213b60bfb6258b7871b8709dcdd79d60455bea9

Loading…
Cancel
Save