aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2022-09-03 19:43:05 +0000
committerGitHub <noreply@github.com>2022-09-03 19:43:05 +0000
commita51dbe25d67e84d6ed4261e640d3954fbdd9be45 (patch)
tree180caa2de474ba2a1f19ef2efbfc48649f4ebe10 /alacritty_terminal
parent4ddb608563d985060d69594d1004550a680ae3bd (diff)
downloadalacritty-a51dbe25d67e84d6ed4261e640d3954fbdd9be45.tar.gz
alacritty-a51dbe25d67e84d6ed4261e640d3954fbdd9be45.zip
Bump development version to 0.12.0-dev
This is only an update to the development version and does not represent a stable release.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 06d3961a..4ad14f5a 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.17.0-dev"
+version = "0.17.1-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"
@@ -11,11 +11,11 @@ rust-version = "1.57.0"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"
-version = "0.1.0"
+version = "0.2.1-dev"
[dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.1.0"
+version = "0.1.1-dev"
[dependencies]
libc = "0.2"