aboutsummaryrefslogtreecommitdiff
path: root/alacritty/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2025-01-09 10:02:20 +0000
committerGitHub <noreply@github.com>2025-01-09 10:02:20 +0000
commit8ab406d3fd51620a1ded910bc89fc02a2bcb838a (patch)
tree058bce1892024f8d7f5bb7dd38057226f001c413 /alacritty/Cargo.toml
parent8833551b0da3fdace94e1e6c07c6f57f45d9065e (diff)
downloadr-alacritty-8ab406d3fd51620a1ded910bc89fc02a2bcb838a.tar.gz
r-alacritty-8ab406d3fd51620a1ded910bc89fc02a2bcb838a.tar.bz2
r-alacritty-8ab406d3fd51620a1ded910bc89fc02a2bcb838a.zip
Bump VTE to 0.14.0
Since this is a breaking change, it also bumps the alacritty_terminal development version to 0.25.0-dev.
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index c5251597..6fb2ee2b 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -12,7 +12,7 @@ rust-version = "1.74.0"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
-version = "0.24.3-dev"
+version = "0.25.0-dev"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"