Update to version 0.3.1; Fixes RHBZ#2185347

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/errno-0.2.7.crate /errno-0.2.7.crate
/errno-0.2.8.crate /errno-0.2.8.crate
/errno-0.3.0.crate /errno-0.3.0.crate
/errno-0.3.1.crate

@ -1,5 +1,5 @@
--- errno-0.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- errno-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ errno-0.3.0/Cargo.toml 2023-02-21T23:54:10.536812+00:00 +++ errno-0.3.1/Cargo.toml 2023-04-14T21:47:59.152371+00:00
@@ -29,21 +29,6 @@ @@ -29,21 +29,6 @@
default = ["std"] default = ["std"]
std = [] std = []
@ -17,7 +17,7 @@
version = "0.2" version = "0.2"
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45" -version = "0.48"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Diagnostics_Debug", - "Win32_System_Diagnostics_Debug",

@ -1,17 +0,0 @@
--- errno-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ errno-0.2.8/Cargo.toml 2021-11-09T22:33:17.357036+00:00
@@ -22,14 +22,5 @@
[features]
default = ["std"]
std = []
-[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
-version = "0.1.1"
-[target."cfg(target_os=\"hermit\")".dependencies.libc]
-version = "0.2"
-[target."cfg(target_os=\"wasi\")".dependencies.libc]
-version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["errhandlingapi", "minwindef", "ntdef", "winbase"]

@ -5,7 +5,7 @@
%global crate errno %global crate errno
Name: rust-errno Name: rust-errno
Version: 0.3.0 Version: 0.3.1
Release: %autorelease Release: %autorelease
Summary: Cross-platform interface to the errno variable Summary: Cross-platform interface to the errno variable

@ -1 +1 @@
SHA512 (errno-0.3.0.crate) = 8b0626190d965306ddd84383b6b5ab529502eddf3859f7b480f6864e83310248b6044485e000bece8b95ef24d2f1bfffad6c2eeebd177f3a10e819b29e5e6f5b SHA512 (errno-0.3.1.crate) = 00d64157d066f1e7601c522c0f4e777eb662ca5cce64682f616de0734857765c343396f7161ac2908c3db0c474995ae157bfe9d8a9880743724d9bd428dfdf54

Loading…
Cancel
Save