Skip to content

Commit da4619b

Browse files
committed
Version 1.0.0-pre
1 parent aa047b1 commit da4619b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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-general-category"
3-
version = "0.6.0"
3+
version = "1.0.0-pre"
44
authors = ["YesLogic Pty. Ltd. <[email protected]>"]
55
edition = "2018"
66

src/tables.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
// yeslogic-ucd-generate 0.7.0 is available on crates.io.
88

9+
#[non_exhaustive]
910
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
1011
pub enum GeneralCategory {
1112
ClosePunctuation,

0 commit comments

Comments
 (0)