Update to version 1.0.14; Fixes RHBZ#2327590

epel10 imports/epel10/rust-unicode-ident-1.0.14-1.el10
Fabio Valentini 3 months ago
parent 0150725d79
commit e6a251da2f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/unicode-ident-1.0.11.crate
/unicode-ident-1.0.12.crate
/unicode-ident-1.0.13.crate
/unicode-ident-1.0.14.crate

@ -1,16 +1,16 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 27
# * missing dev-dependencies: fst, roaring
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate unicode-ident
Name: rust-unicode-ident
Version: 1.0.13
Version: 1.0.14
Release: %autorelease
Summary: Determine whether characters have the XID_Start or XID_Continue properties
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016
License: (MIT OR Apache-2.0) AND Unicode-3.0
URL: https://crates.io/crates/unicode-ident
Source: %{crates_source}

@ -1 +1 @@
SHA512 (unicode-ident-1.0.13.crate) = 5ba884f39debe9c8eb0b1d251ca713f7e2bc191d211707ed10cd81465487dbdca53914c19e131edfa1da15af132dc2c346260c3969c61e3747b63399ccb1cc51
SHA512 (unicode-ident-1.0.14.crate) = 7c6dcd1724e8cfedc37546d1abd49088b633dad228097acc73d7b6cab255b223e830c541144e05a00388fd8ca8066f27c18792419cfa58ee9da4460a38d0bc0a

Loading…
Cancel
Save