From 8ab406d3fd51620a1ded910bc89fc02a2bcb838a Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 9 Jan 2025 10:02:20 +0000 Subject: 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. --- alacritty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty/Cargo.toml') 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" -- cgit