Update to version 3.3.0; Fixes RHBZ#2257572

epel10
Fabio Valentini 1 year ago
parent ec245905cb
commit 6b8064309d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/async-lock-2.7.0.crate /async-lock-2.7.0.crate
/async-lock-2.8.0.crate /async-lock-2.8.0.crate
/async-lock-3.2.0.crate /async-lock-3.2.0.crate
/async-lock-3.3.0.crate

@ -1,8 +1,8 @@
--- async-lock-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-lock-3.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-lock-3.2.0/Cargo.toml 2024-01-05T17:41:16.349142+00:00 +++ async-lock-3.3.0/Cargo.toml 2024-01-30T15:11:54.637712+00:00
@@ -62,5 +62,3 @@ @@ -62,5 +62,3 @@
"event-listener-strategy/std", "event-listener-strategy/std",
] ]
-[target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test] -[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
-version = "0.3" -version = "0.3"

@ -5,7 +5,7 @@
%global crate async-lock %global crate async-lock
Name: rust-async-lock Name: rust-async-lock
Version: 3.2.0 Version: 3.3.0
Release: %autorelease Release: %autorelease
Summary: Async synchronization primitives Summary: Async synchronization primitives

@ -1 +1 @@
SHA512 (async-lock-3.2.0.crate) = 46b449c5d24357ec4d47d5e77bd1305e0fcf282dd2658d63804928cab4435fdf9c9344a18df4292af816737c5d3c07b30a63846ce42d61fd4f7981606e6516fd SHA512 (async-lock-3.3.0.crate) = 0f9e0940e610744fa97c6d2ece9220a2ad91f09155eda66703c2aaf4959f85c17f2cb55ef5fdf29013d4dcd84f8cdb6b16e8692ec7724744b57bf11a86f22f5c

Loading…
Cancel
Save