Compare commits

..

4 Commits

2
.gitignore vendored

@ -12,3 +12,5 @@
/errno-0.3.6.crate /errno-0.3.6.crate
/errno-0.3.7.crate /errno-0.3.7.crate
/errno-0.3.8.crate /errno-0.3.8.crate
/errno-0.3.9.crate
/errno-0.3.10.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate errno %global crate errno
Name: rust-errno Name: rust-errno
Version: 0.3.8 Version: 0.3.10
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.8.crate) = 29753c421c6f929760cd7565f8171696e4f70e677654a7507253f4fc495edbcf214ace27be46bdfe5c1a0d782f4b688f591476e56f4a1096471cb353c643328d SHA512 (errno-0.3.10.crate) = fa4b9a368f254cd90c6f69f6883af4c579829a6da6f31481a1b527ac9602c8ffcb5e9518cdc32c39b5589c151a20e75a7300c8a907d178346185ecc6e8749f3f

Loading…
Cancel
Save