Update to version 1.0.7; Fixes RHBZ#2179132

epel9
Fabio Valentini 2 years ago
parent 3ce28c4149
commit f7b169f922
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/io-lifetimes-1.0.4.crate
/io-lifetimes-1.0.5.crate
/io-lifetimes-1.0.6.crate
/io-lifetimes-1.0.7.crate

@ -1,17 +1,22 @@
--- io-lifetimes-1.0.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-1.0.6/Cargo.toml 2023-03-07T22:15:45.626806+00:00
@@ -42,7 +42,6 @@
--- io-lifetimes-1.0.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-1.0.7/Cargo.toml 2023-03-16T20:31:33.239764+00:00
@@ -42,8 +42,6 @@
[features]
close = [
"libc",
- "hermit-abi",
- "windows-sys",
]
default = ["close"]
@@ -81,14 +80,3 @@
@@ -82,18 +80,3 @@
version = "0.2.96"
optional = true
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-version = "0.3"
-optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = [

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

@ -1 +1 @@
SHA512 (io-lifetimes-1.0.6.crate) = 85a6e257e50e5fac58dfe25d20482c6d9bc67dd1430ae7676701edf3a12e39b18a6148e8733d7c07910b87a2538ada172ca046cdebdd08528c1253dc1fab7c6e
SHA512 (io-lifetimes-1.0.7.crate) = a2132a90002f9a2443910e9a8298b5617fe1038e8b3924d310fbfbedda5312975fdc4258d450d13751a46c28bd4f425141ab2732e1d33d7cc2f729d503111cb4

Loading…
Cancel
Save