summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-15 21:25:07 +0200
committerChristian Duerr <contact@christianduerr.com>2024-10-15 20:12:21 +0000
commit7552ae7973f69e8452b5ce217e9b73b637519f55 (patch)
tree15303719f825e89c1c79b8aad62f011b3f08993d /Cargo.lock
parent392e24cd1197fef668bd2adeba2379a1b38accde (diff)
downloadalacritty-7552ae7973f69e8452b5ce217e9b73b637519f55.tar.gz
alacritty-7552ae7973f69e8452b5ce217e9b73b637519f55.zip
Alacritty version 0.14.0-rc2v0.14.0-rc2alacritty_terminal_v0.24.1-rc2
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ab00f984..a61ad389 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -32,7 +32,7 @@ dependencies = [
[[package]]
name = "alacritty"
-version = "0.14.0-rc1"
+version = "0.14.0-rc2"
dependencies = [
"ahash",
"alacritty_config",
@@ -69,7 +69,7 @@ dependencies = [
[[package]]
name = "alacritty_config"
-version = "0.2.2-rc1"
+version = "0.2.2-rc2"
dependencies = [
"alacritty_config_derive",
"log",
@@ -79,7 +79,7 @@ dependencies = [
[[package]]
name = "alacritty_config_derive"
-version = "0.2.4-rc1"
+version = "0.2.4-rc2"
dependencies = [
"alacritty_config",
"log",
@@ -92,7 +92,7 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
-version = "0.24.1-rc1"
+version = "0.24.1-rc2"
dependencies = [
"base64",
"bitflags 2.6.0",