Update to version 0.5.6; Fixes RHBZ#2265661

epel10
Fabio Valentini 10 months ago
parent 698ce2a57d
commit 27a2b9583c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -26,3 +26,4 @@
/socket2-0.5.3.crate /socket2-0.5.3.crate
/socket2-0.5.4.crate /socket2-0.5.4.crate
/socket2-0.5.5.crate /socket2-0.5.5.crate
/socket2-0.5.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate socket2 %global crate socket2
Name: rust-socket2 Name: rust-socket2
Version: 0.5.5 Version: 0.5.6
Release: %autorelease Release: %autorelease
Summary: Utilities for handling networking sockets Summary: Utilities for handling networking sockets

@ -1,11 +1,11 @@
--- socket2-0.5.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- socket2-0.5.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.5.5/Cargo.toml 2023-10-24T11:19:48.962811+00:00 +++ socket2-0.5.6/Cargo.toml 2024-04-25T14:05:46.029588+00:00
@@ -76,12 +76,3 @@ @@ -76,12 +76,3 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.149" version = "0.2.150"
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48" -version = "0.52"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_Networking_WinSock", - "Win32_Networking_WinSock",

@ -1 +1 @@
SHA512 (socket2-0.5.5.crate) = afa8df546234d4e8f89289622448aa42d8c2ba74a0a3a4b13c0ff7bc30fa435a7d6d6e8c9e2a6933cfa23ebdfb4908c865e82c657611defbc16e1f1bf66f9f8c SHA512 (socket2-0.5.6.crate) = 10f14ce7bcb9fabac56f98bd34ccd6368dcf4ca245ba2df80fe0f1157e177056eeffc6fcfb1d1fea6e89c0eaafb99d8056fbd10101031d3ccabb98950ec563dc

Loading…
Cancel
Save