Update to version 2.3.1

epel10 imports/epel10/rust-async-channel-2.3.1-1.el10
Benjamin A. Beasley 5 months ago committed by Fabio Valentini
parent 0b4669c867
commit 08a4fcaba2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/async-channel-1.9.0.crate /async-channel-1.9.0.crate
/async-channel-2.1.1.crate /async-channel-2.1.1.crate
/async-channel-2.2.1.crate /async-channel-2.2.1.crate
/async-channel-2.3.1.crate

@ -1,6 +1,6 @@
--- async-channel-2.2.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-channel-2.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-channel-2.2.1/Cargo.toml 2024-04-15T17:02:12.154771+00:00 +++ async-channel-2.3.1/Cargo.toml 2024-09-22T12:43:06.179112+00:00
@@ -65,5 +65,3 @@ @@ -60,5 +60,3 @@
"event-listener-strategy/std", "event-listener-strategy/std",
] ]

@ -5,7 +5,7 @@
%global crate async-channel %global crate async-channel
Name: rust-async-channel Name: rust-async-channel
Version: 2.2.1 Version: 2.3.1
Release: %autorelease Release: %autorelease
Summary: Async multi-producer multi-consumer channel Summary: Async multi-producer multi-consumer channel

@ -1 +1 @@
SHA512 (async-channel-2.2.1.crate) = 706aa51402267ee2e7b8995efea8fb950a88d5db5e86302d554850074a2ecc541b02db3b9b28f068d4143de41300f75a405c0f2b9e83cd848ffc98a1d336da71 SHA512 (async-channel-2.3.1.crate) = 94c999912bdf681dcb686292645bc8c340c2687bc9544f317e0123e672752c6b31e9d784e488e7d0bab79b5f207da8904a7f1fe140397513b47c292a6508a7e5

Loading…
Cancel
Save