summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-02-15 02:19:19 +0300
committerGitHub <noreply@github.com>2023-02-15 02:19:19 +0300
commit9cf2c89fd13de79b6a6999071609a55ff7e607ec (patch)
tree8692d3c1045ea1a708643443cac579568044b09a /alacritty_terminal/Cargo.toml
parent40be4caca1805ae3b77e65600e8f3daeae56d5c3 (diff)
downloadalacritty-9cf2c89fd13de79b6a6999071609a55ff7e607ec.tar.gz
alacritty-9cf2c89fd13de79b6a6999071609a55ff7e607ec.zip
Bump development version to 0.13.0-dev
This is only an update to the development version and does not represent a stable release.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-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 9f3455a8..030873f0 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.17.1-dev"
+version = "0.18.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.60.0"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"
-version = "0.2.1-dev"
+version = "0.2.2-dev"
[dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.1.1-dev"
+version = "0.1.2-dev"
[dependencies]
libc = "0.2"