Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edae574

Browse files
committed
Version bump.
1 parent fa8515d commit edae574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-ccc"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Evgeniy Reizner <[email protected]>"]
55
description = "Unicode Canonical Combining Class detection"
66
documentation = "https://docs.rs/unicode-ccc/"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ assert_eq!(get_canonical_combining_class('\u{18A9}'), CanonicalCombiningClass::A
1414
*/
1515

1616
#![no_std]
17-
#![doc(html_root_url = "https://docs.rs/unicode-ccc/0.1.1")]
17+
#![doc(html_root_url = "https://docs.rs/unicode-ccc/0.1.2")]
1818

1919
#![forbid(unsafe_code)]
2020

0 commit comments

Comments
 (0)