aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-11-07 23:06:08 +0400
committerGitHub <noreply@github.com>2023-11-07 23:06:08 +0400
commit645b23e0904a2526171a96789c9084bb848ed2b7 (patch)
tree3b7a13d5bfbd96f863032a11eaa7ab9f06e31075
parent1e66833034d11c2867ccf0a92e75e29dbb64abc8 (diff)
downloadr-alacritty-vte-645b23e0904a2526171a96789c9084bb848ed2b7.tar.gz
r-alacritty-vte-645b23e0904a2526171a96789c9084bb848ed2b7.tar.bz2
r-alacritty-vte-645b23e0904a2526171a96789c9084bb848ed2b7.zip
Bump version to 0.12.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc639a7..98c30e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ categories = ["parsing", "no-std"]
exclude = ["/.travis.yml"]
readme = "README.md"
license = "Apache-2.0 OR MIT"
-version = "0.12.0"
+version = "0.12.1"
name = "vte"
edition = "2021"
rust-version = "1.62.1"