Compare commits

..

10 Commits

Author SHA1 Message Date
Fabio Valentini f01e744fb0
Update to version 2.1.0; Fixes RHBZ#2247331
1 year ago
Fabio Valentini 557719ba00
Update to version 2.0.2; Fixes RHBZ#2241422
1 year ago
Fabio Valentini 27b86cdaa1
Update to version 2.0.1; Fixes RHBZ#2241021
1 year ago
Fabio Valentini ce0b22cd53
Update to version 2.0.0; Fixes RHBZ#2217109
2 years ago
Fabio Valentini 7ced4fc7eb
Update to version 1.9.3; Fixes RHBZ#2181678
2 years ago
Fabio Valentini b562e10f10
Update to version 1.9.2; Fixes RHBZ#2143796
2 years ago
Fabio Valentini 4cc5b4cd53
Merge branch 'rawhide' into epel9
2 years ago
Fabio Valentini a60f6123ab
Revert "Bootstrap (disable tests)"
2 years ago
Igor Raits f3b99888e9
Rebuild
3 years ago
Igor Raits b568b1c17f
Bootstrap (disable tests)
3 years ago

8
.gitignore vendored

@ -25,11 +25,3 @@
/indexmap-2.0.1.crate
/indexmap-2.0.2.crate
/indexmap-2.1.0.crate
/indexmap-2.2.1.crate
/indexmap-2.2.3.crate
/indexmap-2.2.5.crate
/indexmap-2.2.6.crate
/indexmap-2.3.0.crate
/indexmap-2.5.0.crate
/indexmap-2.6.0.crate
/indexmap-2.7.0.crate

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

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

@ -1 +1 @@
SHA512 (indexmap-2.7.0.crate) = efac370b9f365a49489aa2c5406eb503044a4df7d6ceb772e0191b02244b6c2c1bf6c43ad4c8924160c1a2bd76d46c630b500a1c4252fc52366295d1cb04b48d
SHA512 (indexmap-2.1.0.crate) = 9d303eef918b9264b9fe326cc1d71f4095f7ed5639ed8696efa3e9be65dff2c50ada4495409e109e7718997db51ae1fd865cf8e88978107d7823faba14380600

Loading…
Cancel
Save