Go back to an alacritty release (#7474)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-02-06 20:58:38 -07:00 committed by GitHub
parent 3aa4e0c90b
commit 9fd221271a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View file

@ -103,8 +103,9 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
version = "0.20.1-dev"
source = "git+https://github.com/alacritty/alacritty?rev=2d2b894c3b869fadc78fce9d72cb5c8d2b764cac#2d2b894c3b869fadc78fce9d72cb5c8d2b764cac"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7ceabf6fc76511f616ca216b51398a2511f19ba9f71bcbd977999edff1b0d1"
dependencies = [
"base64 0.21.4",
"bitflags 2.4.1",

View file

@ -11,8 +11,7 @@ doctest = false
[dependencies]
# needed for "a few weeks" until alacritty 0.13.2 is out
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "2d2b894c3b869fadc78fce9d72cb5c8d2b764cac" }
alacritty_terminal = "0.22.0"
anyhow.workspace = true
db.workspace = true
dirs = "4.0.0"