Update to version 2.2.5; Fixes RHBZ#2266777

epel10
Fabio Valentini 11 months ago
parent 4fb8037c37
commit 8e01f1daaf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -27,3 +27,4 @@
/indexmap-2.1.0.crate /indexmap-2.1.0.crate
/indexmap-2.2.1.crate /indexmap-2.2.1.crate
/indexmap-2.2.3.crate /indexmap-2.2.3.crate
/indexmap-2.2.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate indexmap %global crate indexmap
Name: rust-indexmap Name: rust-indexmap
Version: 2.2.3 Version: 2.2.5
Release: %autorelease Release: %autorelease
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration

@ -1,5 +1,6 @@
[features] [features]
hide = [ hide = [
"borsh",
"rustc-rayon", "rustc-rayon",
] ]

@ -1 +1 @@
SHA512 (indexmap-2.2.3.crate) = ddc45ebcfb36d761d8c11b8f61bcef046a51eea71692d89495c897cf9b4cdb5e14287600285297c8a6aab543761d9f5ba3ab45442803837a810b945aa346d48a SHA512 (indexmap-2.2.5.crate) = 84fbb6e61756d5ff746f6ffb2c3c8552f96d3af205075a381f06df85258c7597ce24b0d193127a797f975a3fddc1fa92110738227babc73a7fa37505331f8d78

Loading…
Cancel
Save