parent
e90cbca69f
commit
2a0e5d7cf5
@ -1 +1 @@
|
|||||||
SHA512 (unicode-normalization-0.1.19.crate) = 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f
|
SHA512 (unicode-normalization-0.1.21.crate) = 2994104d3393a117cf3eafc147ec9599c870b3bd4fbd096980534c8aeb48c6ba05bcf3f9804e3f2a0148940186dfb27871b23a991360bf8253a5a644f3cdcb12
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- unicode-normalization-0.1.19/Cargo.toml 2021-06-02T15:32:42+00:00
|
--- unicode-normalization-0.1.21/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ unicode-normalization-0.1.19/Cargo.toml 2021-06-22T10:41:48.160347+00:00
|
+++ unicode-normalization-0.1.21/Cargo.toml 2022-07-08T16:33:26.265588+00:00
|
||||||
@@ -15,7 +15,7 @@
|
@@ -20,7 +20,7 @@
|
||||||
name = "unicode-normalization"
|
exclude = [
|
||||||
version = "0.1.19"
|
"target/*",
|
||||||
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
|
"Cargo.lock",
|
||||||
-exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
|
- "scripts/tmp",
|
||||||
+exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "tests/*"]
|
+ "scripts/*",
|
||||||
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"
|
"*.txt",
|
||||||
homepage = "https://github.com/unicode-rs/unicode-normalization"
|
"tests/*",
|
||||||
documentation = "https://docs.rs/unicode-normalization/"
|
]
|
||||||
|
Loading…
Reference in new issue