Update to version 0.1.24; Fixes RHBZ#2167153

epel9
Fabio Valentini 2 years ago
parent 6ae0ef0202
commit 7c6bd8ea4b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate smol_str
Name: rust-%{crate}
Version: 0.1.23
Name: rust-smol_str
Version: 0.1.24
Release: %autorelease
Summary: Small-string optimized string type with O(1) clone
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/smol_str
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (smol_str-0.1.23.crate) = 73bd2c20717bc1960021aced0c98654123dbd9b171aff5890374efedb20e4e1e2273f35f6a8d8b584ea6f31ac9da2734f0656a8da0830af0b6a4f45b7b8faba1
SHA512 (smol_str-0.1.24.crate) = db5f468e15d7c19f751f626b8b91f56532c9fca833f5c8686e778bee5ba85087684521c6d68522ab76caa4eede931065d25fed05ae8ff1dba3608947eecd0391

Loading…
Cancel
Save