Update to version 0.5.7; Fixes RHBZ#2277701

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

1
.gitignore vendored

@ -27,3 +27,4 @@
/socket2-0.5.4.crate
/socket2-0.5.5.crate
/socket2-0.5.6.crate
/socket2-0.5.7.crate

@ -5,7 +5,7 @@
%global crate socket2
Name: rust-socket2
Version: 0.5.6
Version: 0.5.7
Release: %autorelease
Summary: Utilities for handling networking sockets

@ -1,5 +1,5 @@
--- socket2-0.5.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.5.6/Cargo.toml 2024-04-25T14:05:46.029588+00:00
--- socket2-0.5.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.5.7/Cargo.toml 2024-05-08T18:10:48.838141+00:00
@@ -76,12 +76,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.150"

@ -1 +1 @@
SHA512 (socket2-0.5.6.crate) = 10f14ce7bcb9fabac56f98bd34ccd6368dcf4ca245ba2df80fe0f1157e177056eeffc6fcfb1d1fea6e89c0eaafb99d8056fbd10101031d3ccabb98950ec563dc
SHA512 (socket2-0.5.7.crate) = ca37157bfa970cf3cee8b45c7fe64930becf2ffbbc309ea4613be968400279b70edd084d159f65b76fe1130917312d81455023c0d7c1bab7a59c79542aef9dcd

Loading…
Cancel
Save