Update to version 0.3.8; Fixes RHBZ#2236988

epel9
Fabio Valentini 1 year ago
parent 9c992fc078
commit 2fda38f4cc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/regex-automata-0.3.3.crate
/regex-automata-0.3.4.crate
/regex-automata-0.3.7.crate
/regex-automata-0.3.8.crate

@ -1,5 +1,5 @@
--- regex-automata-0.3.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-automata-0.3.7/Cargo.toml 2023-08-26T21:51:54.214772+00:00
--- regex-automata-0.3.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-automata-0.3.8/Cargo.toml 2023-09-19T20:25:23.521202+00:00
@@ -31,6 +31,7 @@
categories = ["text-processing"]
license = "MIT OR Apache-2.0"

@ -5,7 +5,7 @@
%global crate regex-automata
Name: rust-regex-automata
Version: 0.3.7
Version: 0.3.8
Release: %autorelease
Summary: Automata construction and matching using regular expressions

@ -1 +1 @@
SHA512 (regex-automata-0.3.7.crate) = 967f5d0b452ba782b7e5edcb3e7f1e730407cd65f072eecf9d28d1e4c2cec9954a891a3fb4d69310d299a287a5c6afd22f71f7403dc65e07b7be207a2eac83d9
SHA512 (regex-automata-0.3.8.crate) = 47ad01be2c51fd510576e14f399b7f30d379a2cce2dbef3af4ee3e609859451082885132ae703c810e2b19bb3716976356e057a1a592ed507146aff9e7138dac

Loading…
Cancel
Save