Update to version 2.7.0; Fixes RHBZ#2174940

epel9
Fabio Valentini 2 years ago
parent 2766535ea9
commit 978c665171
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/async-lock-2.4.0.crate /async-lock-2.4.0.crate
/async-lock-2.5.0.crate /async-lock-2.5.0.crate
/async-lock-2.6.0.crate /async-lock-2.6.0.crate
/async-lock-2.7.0.crate

@ -1,8 +1,8 @@
--- async-lock-2.6.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-lock-2.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-lock-2.6.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ async-lock-2.7.0/Cargo.toml 2023-03-06T13:23:58.520525+00:00
@@ -44,5 +44,3 @@ @@ -44,5 +44,3 @@
[dev-dependencies.fastrand] [dev-dependencies.futures-lite]
version = "1.4.0" version = "1.12.0"
-[target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test] -[target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test]
-version = "0.3" -version = "0.3"

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate async-lock %global crate async-lock
Name: rust-async-lock Name: rust-async-lock
Version: 2.6.0 Version: 2.7.0
Release: %autorelease Release: %autorelease
Summary: Async synchronization primitives Summary: Async synchronization primitives

@ -1 +1 @@
SHA512 (async-lock-2.6.0.crate) = 20cb5f5f37d4c4fd7f010d96ed79a924dcc7eee3584027c48ea0edc04d19158f080771acd63fe0534dc5762937a0c1ea8bce8df707526a9f245b5dda61317dad SHA512 (async-lock-2.7.0.crate) = b151aa4a7fe4ad7dd68559dfef203dcfdd2084e175a6fe414298bd28c632ef422631d49c821fe075ec6f549269e0c0cefc16ea56741d3d8317a99489ed638bb9

Loading…
Cancel
Save