From 6484ab84db0c9558547903616401150ae5bbf796 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 5 Feb 2024 14:53:41 +0100 Subject: Bump alacritty_terminal to 0.22.1 This is only an update to the development version and does not represent a stable release. --- Cargo.lock | 2 +- alacritty/Cargo.toml | 2 +- alacritty_terminal/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfa6af34..df9900be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.20.1-dev" +version = "0.22.1-dev" dependencies = [ "base64", "bitflags 2.4.1", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 43316ff5..c39473bf 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.70.0" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.20.1-dev" +version = "0.22.1-dev" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 85cead2d..18ccdf11 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.20.1-dev" +version = "0.22.1-dev" authors = ["Christian Duerr ", "Joe Wilm "] license = "Apache-2.0" description = "Library for writing terminal emulators" -- cgit v1.2.3-54-g00ecf