Update to version 1.10.4; Fixes RHBZ#2271150

epel10
Fabio Valentini 9 months ago
parent 6d04d642fc
commit 33aa7cd456
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -47,3 +47,4 @@
/regex-1.10.1.crate /regex-1.10.1.crate
/regex-1.10.2.crate /regex-1.10.2.crate
/regex-1.10.3.crate /regex-1.10.3.crate
/regex-1.10.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate regex %global crate regex
Name: rust-regex Name: rust-regex
Version: 1.10.3 Version: 1.10.4
Release: %autorelease Release: %autorelease
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust

@ -1 +1 @@
SHA512 (regex-1.10.3.crate) = d090898465013b0975a6de87fbdcdf76b4896578056f4da83424bd5e7832547a3d8ace643c379c4f14700a0a88dc95950a38645508d1675306c377879a90cf5d SHA512 (regex-1.10.4.crate) = 88ef121a51759f418d5dc01607a6e02651bd00343dae92962c02a80f30343d3f079a0375457780ce46bf205ca38f279b03989154638199fe2fcede10554bf21b

Loading…
Cancel
Save