Skip to content

Commit

Permalink
chore: 更新 crate.io 到 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Jan 13, 2025
1 parent f728b3a commit 49d9926
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ authors = ["KonghaYao<[email protected]>"]
homepage = "https://chinese-font.netlify.app/"
repository = "https://github.com/konghaYao/cn-font-split"
license = "Apache-2.0"
exclude = ["packages", "assets", ".devcontainer", ".github", ".vscode"]

[dependencies]
cn-font-utils = { version = "0.1.0", path = "crates/cn_font_utils" }
harfbuzz_rs_now = "2.2.6"
lang-unicodes = { version = "0.1.0", path = "crates/lang_unicodes", default-features = false }
lang-unicodes = { version = "0.1.1", path = "crates/lang_unicodes", default-features = false }
log = "0.4.22"
md5 = "0.7.0"
opentype = "0.38.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/lang_unicodes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lang-unicodes"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Effortlessly convert and validate text across various Unicode ranges, supporting multiple languages for seamless internationalization in your applications."
authors = ["KonghaYao<[email protected]>"]
Expand Down

0 comments on commit 49d9926

Please sign in to comment.