parent
fbc9a83950
commit
5b385d8883
@ -1 +1 @@
|
||||
SHA512 (unicode-normalization-0.1.9.crate) = f1a96c0687d6394fed55e400183bc37a8f0ab4dc2568eb114f86dda3f504fd9768bf58e1ac87f2ff732dc58041de2f2cb8d9b65faf767243830ddd159ae36d81
|
||||
SHA512 (unicode-normalization-0.1.11.crate) = bee8fd546d4d1ad1179b31790fb5a087daece8a0435d8ba85def9c1d1827a8ce1ca643924863f01515e8fa6f78a47041e1bcda644a33427c65a50c4eb47d5d81
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- unicode-normalization-0.1.9/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ unicode-normalization-0.1.9/Cargo.toml 2019-11-19T21:02:14.762820+00:00
|
||||
--- unicode-normalization-0.1.11/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ unicode-normalization-0.1.11/Cargo.toml 2019-11-22T19:06:04.357382+00:00
|
||||
@@ -14,7 +14,7 @@
|
||||
name = "unicode-normalization"
|
||||
version = "0.1.9"
|
||||
version = "0.1.11"
|
||||
authors = ["kwantam <kwantam@gmail.com>"]
|
||||
-exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "src/normalization_tests.rs", "src/test.rs"]
|
||||
+exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "src/normalization_tests.rs", "src/test.rs"]
|
||||
-exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
|
||||
+exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "tests/*"]
|
||||
description = "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n"
|
||||
homepage = "https://github.com/unicode-rs/unicode-normalization"
|
||||
documentation = "https://docs.rs/unicode-normalization/"
|
||||
|
Loading…
Reference in new issue