Skip to content

Commit 5e80a81

Browse files
committed
Version 1.0.0-pre
1 parent 2bdc736 commit 5e80a81

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 = "yeslogic-unicode-script"
3-
version = "0.7.0"
3+
version = "1.0.0-pre"
44
authors = [
55
"The Servo Project Developers",
66
"YesLogic Pty. Ltd. <[email protected]>"

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 Script {
1112
Unknown,

0 commit comments

Comments
 (0)