Update to version 6.1.0; Fixes RHBZ#2310197

epel10 imports/epel10/rust-dashmap-6.1.0-1.el10
Benjamin A. Beasley 4 months ago committed by Fabio Valentini
parent 24392748b5
commit c00c5cf865
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/dashmap-5.5.1.crate
/dashmap-5.5.3.crate
/dashmap-6.0.1.crate
/dashmap-6.1.0.crate

@ -5,7 +5,7 @@
%global crate dashmap
Name: rust-dashmap
Version: 6.0.1
Version: 6.1.0
Release: %autorelease
Summary: Blazing fast concurrent HashMap for Rust

@ -0,0 +1,6 @@
[features]
hide = [
# There is currently no rust-typesize package, and it does not make sense
# to package it just for the feature.
"typesize"
]

@ -1 +1 @@
SHA512 (dashmap-6.0.1.crate) = 8ed876bf014a55d495f960e92012219b75c61b93c37f510ab4dd2b66eeda417a19fded1dd583188b3052799a9848dc704b663ef4cd7030b93ca828279f355f55
SHA512 (dashmap-6.1.0.crate) = 03a727e41505e5e7068df8fb27fad6d348fc14f6b1609d7f606fba765fb92fec7fb42c6427bc11d057ad2ad52d1b44bcf5a802651765148941ba41fa75968cb0

Loading…
Cancel
Save