Update to version 0.2.0; Fixes RHBZ#2185886

epel9 imports/e9/rust-smol_str-0.2.0-1.el9
Fabio Valentini 1 year ago
parent be76176e0b
commit ab2b15a06b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/smol_str-0.1.21.crate
/smol_str-0.1.23.crate
/smol_str-0.1.24.crate
/smol_str-0.2.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate smol_str
Name: rust-smol_str
Version: 0.1.24
Version: 0.2.0
Release: %autorelease
Summary: Small-string optimized string type with O(1) clone
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/smol_str
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Small-string optimized string type with O(1) clone.}

@ -1 +1 @@
SHA512 (smol_str-0.1.24.crate) = db5f468e15d7c19f751f626b8b91f56532c9fca833f5c8686e778bee5ba85087684521c6d68522ab76caa4eede931065d25fed05ae8ff1dba3608947eecd0391
SHA512 (smol_str-0.2.0.crate) = a0cc82d782c0fcbf3fec89dd7644bfcbe88a59c715f31e214712dce8baee0294f9200accb3e7a56deb284b746ead7fc716a8534cd8c445fbb3c3269a27f6bc42

Loading…
Cancel
Save