Skip to content

Commit

Permalink
Bump unicode-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Sep 30, 2024
1 parent f67f555 commit 5b7ad36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ core_maths = "0.1.0" # only for no_std builds
smallvec = "1.6"
unicode-bidi-mirroring = "0.4.0"
unicode-ccc = "0.4.0"
unicode-properties = { version = "0.1.2", default-features = false, features = ["general-category"] }
unicode-properties = { version = "0.1.3", default-features = false, features = ["general-category"] }
unicode-script = "0.5.2"
wasmi = { version = "0.36.0", optional = true }
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/hb/unicode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ mod tests {
fn check_unicode_version() {
assert_eq!(unicode_bidi_mirroring::UNICODE_VERSION, (16, 0, 0));
assert_eq!(unicode_ccc::UNICODE_VERSION, (16, 0, 0));
assert_eq!(unicode_properties::UNICODE_VERSION, (15, 1, 0));
assert_eq!(unicode_properties::UNICODE_VERSION, (16, 0, 0));
assert_eq!(unicode_script::UNICODE_VERSION, (16, 0, 0));
assert_eq!(crate::hb::unicode_norm::UNICODE_VERSION, (16, 0, 0));
}
Expand Down

0 comments on commit 5b7ad36

Please sign in to comment.