summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-03-06 06:42:09 +0100
committerChristian Duerr <contact@christianduerr.com>2023-03-06 08:19:58 +0100
commite1bc53a7b0330733aa4914962b8adb70767fa03d (patch)
tree7721d75fc2fb6270f31ade15411922920696dfb4 /alacritty_terminal/Cargo.toml
parentd27e0f7a640f4ad97bb6cc3eceec581d89a21d4c (diff)
downloadalacritty-e1bc53a7b0330733aa4914962b8adb70767fa03d.tar.gz
alacritty-e1bc53a7b0330733aa4914962b8adb70767fa03d.zip
Alacritty version 0.12.0-rc2v0.12.0-rc2
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 4fcc173a..56e8e8ff 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.18.0-rc1"
+version = "0.18.0-rc2"
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-rc1"
+version = "0.2.1-rc2"
[dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.1.1-rc1"
+version = "0.1.1-rc2"
[dependencies]
libc = "0.2"