aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utf8parse/Cargo.toml2
-rw-r--r--vte_generate_state_changes/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/utf8parse/Cargo.toml b/utf8parse/Cargo.toml
index 5af8fb5..71ea44b 100644
--- a/utf8parse/Cargo.toml
+++ b/utf8parse/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://github.com/alacritty/vte"
keywords = ["utf8", "parse", "table"]
categories = ["parsing", "no-std"]
license = "Apache-2.0 OR MIT"
-version = "0.2.1"
+version = "0.2.2"
name = "utf8parse"
edition = "2018"
diff --git a/vte_generate_state_changes/Cargo.toml b/vte_generate_state_changes/Cargo.toml
index 3f540f1..76990ab 100644
--- a/vte_generate_state_changes/Cargo.toml
+++ b/vte_generate_state_changes/Cargo.toml
@@ -4,7 +4,7 @@ description = "Proc macro for generating VTE state changes"
repository = "https://github.com/alacritty/vte"
name = "vte_generate_state_changes"
license = "Apache-2.0 OR MIT"
-version = "0.1.1"
+version = "0.1.2"
edition = "2018"
[lib]