Update to version 0.4.2; Fixes RHBZ#2004645

epel9
Fabio Valentini 3 years ago
parent 24b25ebfcd
commit da00ce5f2b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/socket2-0.3.19.crate /socket2-0.3.19.crate
/socket2-0.4.0.crate /socket2-0.4.0.crate
/socket2-0.4.1.crate /socket2-0.4.1.crate
/socket2-0.4.2.crate

@ -5,7 +5,7 @@
%global crate socket2 %global crate socket2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.1 Version: 0.4.2
Release: %autorelease Release: %autorelease
Summary: Utilities for handling networking sockets Summary: Utilities for handling networking sockets

@ -1,5 +1,5 @@
--- socket2-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- socket2-0.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.4.1/Cargo.toml 2021-07-28T20:02:19.787879+00:00 +++ socket2-0.4.2/Cargo.toml 2021-09-27T20:03:50.977110+00:00
@@ -34,6 +34,3 @@ @@ -34,6 +34,3 @@
all = [] all = []
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]

@ -1 +1 @@
SHA512 (socket2-0.4.1.crate) = 71eb3e8d15cf4e88f801d740230710b5b52ff1434526c0e61e950168979ee715dd8acec217d1a5d6f50fa49536558ef94115902f936302d81737eb163db4b8c4 SHA512 (socket2-0.4.2.crate) = af4641d98737bbc4d14e82d91791af4705f9dbbec4d8b3a25e7e990a5c7ac25b48eea6c4a743b09db52a037c67a7b676147087688f4e29d6541dd1ad7ff9688b

Loading…
Cancel
Save