Skip to content

Commit

Permalink
Version 1.0.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 8, 2024
1 parent aa047b1 commit da4619b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-general-category"
version = "0.6.0"
version = "1.0.0-pre"
authors = ["YesLogic Pty. Ltd. <[email protected]>"]
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions src/tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
// yeslogic-ucd-generate 0.7.0 is available on crates.io.

#[non_exhaustive]
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
pub enum GeneralCategory {
ClosePunctuation,
Expand Down

0 comments on commit da4619b

Please sign in to comment.