Update to version 0.1.13; Fixes RHBZ#2290397

epel10
Fabio Valentini 9 months ago
parent 9009369711
commit e0a674ccbd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/unicode-width-0.1.10.crate
/unicode-width-0.1.11.crate
/unicode-width-0.1.12.crate
/unicode-width-0.1.13.crate

@ -5,7 +5,7 @@
%global crate unicode-width
Name: rust-unicode-width
Version: 0.1.12
Version: 0.1.13
Release: %autorelease
Summary: Determine displayed width of 'char' and 'str' types

@ -1 +1 @@
SHA512 (unicode-width-0.1.12.crate) = 0bafd7a69bdf49c849e7c063ebf0487eca8a76244e3bc18c9a5f4609465dc0e5d482daceb6a9a6f4125b801bf7063cb8225fdb55173e5dc55e7bf278300df1b4
SHA512 (unicode-width-0.1.13.crate) = 9781d6dab2c6343e8c28ec66b50cb4293261bb2114e122fa80ad2facdb23020f5b621c38030193b918669e58adf143808e5ab4c507c18beb6dc61e97b2e296f4

@ -1,10 +1,11 @@
--- unicode-width-0.1.12/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-width-0.1.12/Cargo.toml 2024-05-08T18:18:48.311229+00:00
@@ -20,6 +20,7 @@
exclude = [
"target/*",
"Cargo.lock",
+ "/scripts/*",
--- unicode-width-0.1.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-width-0.1.13/Cargo.toml 2024-06-05T19:41:40.583470+00:00
@@ -17,7 +17,7 @@
"kwantam <kwantam@gmail.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
]
-exclude = ["/.github/*"]
+exclude = ["/scripts/*"]
description = """
Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.

Loading…
Cancel
Save