Update to version 2.1.0; Fixes RHBZ#2329629

epel10 imports/epel10/rust-rustc-hash-2.1.0-1.el10
Fabio Valentini 4 weeks ago
parent 2268fe257b
commit 604cbda687
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/rustc-hash-1.0.1.crate
/rustc-hash-1.1.0.crate
/rustc-hash-2.0.0.crate
/rustc-hash-2.1.0.crate

@ -1,15 +1,14 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate rustc-hash
Name: rust-rustc-hash
Version: 2.0.0
Version: 2.1.0
Release: %autorelease
Summary: Speedy, non-cryptographic hashing algorithm used by rustc
# Upstream license specification: Apache-2.0/MIT
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/rustc-hash
Source: %{crates_source}

@ -1 +1 @@
SHA512 (rustc-hash-2.0.0.crate) = 996ad683db2e6839ee28fdc4a31293aecce7baefaf6051220a633a00beddef1be41aef0995d7501e5b92dbc85350ced920bc980d05f5ba235e9a5d1a13464339
SHA512 (rustc-hash-2.1.0.crate) = 6f6a40586fd7a99016efd53888970c745888a06bb6b9d32eeb4936bcd16906c90ba22fad82a4a6b547df4b6c9cf6d73eaa8d36af097d65d3d6de18a0669d5ad2

Loading…
Cancel
Save