1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Bump alacritty_terminal to 0.22.1

This is only an update to the development version and does not represent
a stable release.
This commit is contained in:
Christian Duerr 2024-02-05 14:53:41 +01:00 committed by GitHub
parent 20e3040be0
commit 6484ab84db
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]] [[package]]
name = "alacritty_terminal" name = "alacritty_terminal"
version = "0.20.1-dev" version = "0.22.1-dev"
dependencies = [ dependencies = [
"base64", "base64",
"bitflags 2.4.1", "bitflags 2.4.1",

View file

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

View file

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