Update to version 0.2.6; Fixes RHBZ#2313612

epel10 imports/epel10/rust-unicode-xid-0.2.6-1.el10
Fabio Valentini 5 months ago
parent 15de4c3ae4
commit a41606fb3d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/unicode-xid-0.2.3.crate /unicode-xid-0.2.3.crate
/unicode-xid-0.2.4.crate /unicode-xid-0.2.4.crate
/unicode-xid-0.2.5.crate /unicode-xid-0.2.5.crate
/unicode-xid-0.2.6.crate

@ -5,7 +5,7 @@
%global crate unicode-xid %global crate unicode-xid
Name: rust-unicode-xid Name: rust-unicode-xid
Version: 0.2.5 Version: 0.2.6
Release: %autorelease Release: %autorelease
Summary: Check characters for the XID_Start and XID_Continue properties Summary: Check characters for the XID_Start and XID_Continue properties

@ -1 +1 @@
SHA512 (unicode-xid-0.2.5.crate) = ad8a23407aaf16eae14a44de201c4a0152bb07584bd36a5c460fb744859978cae131424c32033be4ebacc9f9a1dcd611f9ff4a98b84f560109d0c313585ce5ce SHA512 (unicode-xid-0.2.6.crate) = f68e78484479a5341b14d7e3391e691265851fa00feeca53af745479af6aa9b4ce3570456df785c8362043db9b04e2e57f9bad05d8305946f16af405bc611764

@ -1,5 +1,5 @@
--- unicode-xid-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- unicode-xid-0.2.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-xid-0.2.5/Cargo.toml 2024-09-17T20:59:34.528496+00:00 +++ unicode-xid-0.2.6/Cargo.toml 2024-10-07T14:31:26.325737+00:00
@@ -51,15 +51,6 @@ @@ -51,15 +51,6 @@
name = "exhaustive_tests" name = "exhaustive_tests"
path = "tests/exhaustive_tests.rs" path = "tests/exhaustive_tests.rs"

Loading…
Cancel
Save