Update to version 0.8.2; Fixes RHBZ#2013072

epel9
Fabio Valentini 3 years ago
parent 15b04a381f
commit e0d165ad1e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/string_cache-0.7.3.crate /string_cache-0.7.3.crate
/string_cache-0.8.0.crate /string_cache-0.8.0.crate
/string_cache-0.8.1.crate /string_cache-0.8.1.crate
/string_cache-0.8.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate string_cache %global crate string_cache
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.1 Version: 0.8.2
Release: %autorelease Release: %autorelease
Summary: String interning library for Rust, developed as part of the Servo project Summary: String interning library for Rust, developed as part of the Servo project

@ -1 +1 @@
SHA512 (string_cache-0.8.1.crate) = 476aa99da2d83de7eabe68b3dc2d064cb549e2caa2b708459f883cc0a8f27bed1b1607abb1481959cc26046cfd4c44886bb87bbef5aba95a195a9d850311915b SHA512 (string_cache-0.8.2.crate) = d4ae1fbea4de469e342ba1a0d4c0f26386633dcc46c0cb9adbb7983e565476a57aedf1798e65f21ee5326f96880ee2bb4a5dc1621ff7e7d0ca23fb3536dc98aa

Loading…
Cancel
Save