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 2bdc736 commit 5e80a81
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 = "yeslogic-unicode-script"
version = "0.7.0"
version = "1.0.0-pre"
authors = [
"The Servo Project Developers",
"YesLogic Pty. Ltd. <[email protected]>"
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 Script {
Unknown,
Expand Down

0 comments on commit 5e80a81

Please sign in to comment.