summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-02-14 00:48:44 +0000
committerGitHub <noreply@github.com>2023-02-14 00:48:44 +0000
commit9de64a5a2076bc1d94447e209465da54cc1f73ad (patch)
treebd4871927527c526b4ef3365e7ebaae87ad5277a /alacritty_terminal/Cargo.toml
parent40be4caca1805ae3b77e65600e8f3daeae56d5c3 (diff)
downloadalacritty-9de64a5a2076bc1d94447e209465da54cc1f73ad.tar.gz
alacritty-9de64a5a2076bc1d94447e209465da54cc1f73ad.zip
Alacritty version 0.12.0-rc1v0.12.0-rc1
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..4fcc173a 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.0-rc1"
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.1-rc1"
[dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.1.1-dev"
+version = "0.1.1-rc1"
[dependencies]
libc = "0.2"