Update to version 5.4.0; Fixes RHBZ#2122772

epel9
Fabio Valentini 2 years ago
parent eab08fad17
commit 9a0dea3919
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/dashmap-3.11.10.crate
/dashmap-4.0.2.crate
/dashmap-5.3.4.crate
/dashmap-5.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate dashmap
Name: rust-dashmap
Version: 5.3.4
Version: 5.4.0
Release: %autorelease
Summary: Blazing fast concurrent HashMap for Rust
@ -13,8 +13,6 @@ License: MIT
URL: https://crates.io/crates/dashmap
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (dashmap-5.3.4.crate) = 95310bc2b9e4ab46acc056ed0be8e75bb6e27e6bdb2bf2e0917482cdc86e64e5fb9159307016895f25282771fe3a367731d0e2c68c6aa5435154945cda52b6df
SHA512 (dashmap-5.4.0.crate) = 886ec6dd43d4053ca964ade99586a31b420953e47a6e710a1259d8d5f34936f847683844db5c73dfe243803ba45b30ab9641b27af1ae5d825180119a7d61a910

Loading…
Cancel
Save