From 3bd72cf414fc2101fd140bc80948b6cfa310ee10 Mon Sep 17 00:00:00 2001 From: Preston Wang-Stosur-Bassett Date: Tue, 2 Aug 2022 01:23:10 -0400 Subject: [PATCH] Minor updates --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ce4d5a..75fb8a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "character_converter" -version = "2.1.1" +version = "2.1.2" dependencies = [ "bincode", "fst", @@ -34,6 +34,6 @@ checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "serde" -version = "1.0.139" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6" +checksum = "7af873f2c95b99fcb0bd0fe622a43e29514658873c8ceba88c4cb88833a22500" diff --git a/Cargo.toml b/Cargo.toml index a07a159..c4f5bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "character_converter" -version = "2.1.1" +version = "2.1.2" authors = ["Preston Wang-Stosur-Bassett "] description = "Turn Traditional Chinese script ot Simplified Chinese script and vice-versa and tokenize." repository = "https://github.com/sotch-pr35mac/character_converter" @@ -8,7 +8,7 @@ readme = "README.md" keywords = ["chinese", "simplified", "traditional", "convert", "hanzi"] categories = ["text-processing", "localization", "internationalization", "value-formatting"] license = "MIT" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html