Alacritty Terminal version 0.22.0

This commit is contained in:
Christian Duerr 2024-02-05 15:40:23 +01:00 committed by GitHub
parent 20e3040be0
commit 29bb9d2319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -91,7 +91,7 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
version = "0.20.1-dev"
version = "0.22.0"
dependencies = [
"base64",
"bitflags 2.4.1",

View File

@ -11,7 +11,7 @@ rust-version = "1.70.0"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
version = "0.20.1-dev"
version = "0.22.0"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"

View File

@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
version = "0.20.1-dev"
version = "0.22.0"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"