diff options
| author | Pg Biel <9021226+PgBiel@users.noreply.github.com> | 2023-04-14 04:56:39 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 09:56:39 +0200 |
| commit | 1e948f7fa29395cfc2bd704bfdbe6019229ba500 (patch) | |
| tree | c547d50dbb4df55c8e39ec31654103e25dcfc225 /library | |
| parent | e5f942172db4c67af300c4ea13cff8786276ca57 (diff) | |
bump chinese-numbers version (#797)
Diffstat (limited to 'library')
| -rw-r--r-- | library/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml index 97178805..2c054ebe 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -38,4 +38,4 @@ unicode-math-class = "0.1" unicode-script = "0.5" unicode-segmentation = "1" xi-unicode = "0.3" -chinese-number = { version = "0.7", default-features = false, features = ["number-to-chinese"] } +chinese-number = { version = "0.7.1", default-features = false, features = ["number-to-chinese"] } |
