Update to version 0.3.10; Fixes RHBZ#2329366

epel10 imports/epel10/rust-errno-0.3.10-1.el10
Fabio Valentini 3 months ago
parent 385e75c82c
commit e41f5dd6df
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/errno-0.3.7.crate
/errno-0.3.8.crate
/errno-0.3.9.crate
/errno-0.3.10.crate

@ -1,14 +1,14 @@
--- errno-0.3.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ errno-0.3.9/Cargo.toml 2024-10-23T14:18:55.484224+00:00
@@ -29,21 +29,7 @@
--- errno-0.3.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ errno-0.3.10/Cargo.toml 2024-11-28T17:44:39.745018+00:00
@@ -39,21 +39,7 @@
default = ["std"]
std = ["libc/std"]
-[target."cfg(target_os=\"hermit\")".dependencies.libc]
-[target.'cfg(target_os="hermit")'.dependencies.libc]
-version = "0.2"
-default-features = false
-
-[target."cfg(target_os=\"wasi\")".dependencies.libc]
-[target.'cfg(target_os="wasi")'.dependencies.libc]
-version = "0.2"
-default-features = false
-
@ -17,7 +17,7 @@
default-features = false
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-version = ">=0.52, <=0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_Diagnostics_Debug",

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate errno
Name: rust-errno
Version: 0.3.9
Version: 0.3.10
Release: %autorelease
Summary: Cross-platform interface to the errno variable

@ -1 +1 @@
SHA512 (errno-0.3.9.crate) = 777fbac5730d420d58275ef63b7579997d8e6c72106d483ee1e3b1f1ce3977f1f66c56870a05acaa4cfacacb820eaf963e9c763748759cff3668fa2e6f89f04a
SHA512 (errno-0.3.10.crate) = fa4b9a368f254cd90c6f69f6883af4c579829a6da6f31481a1b527ac9602c8ffcb5e9518cdc32c39b5589c151a20e75a7300c8a907d178346185ecc6e8749f3f

Loading…
Cancel
Save