Use Alacritty from crates.io (#25016)

Follow-up of https://github.com/zed-industries/zed/pull/23085

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-02-17 14:55:06 +02:00 committed by GitHub
parent b5d85b638a
commit aca31cfb8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 10 deletions

View file

@ -364,8 +364,7 @@ zeta = { path = "crates/zeta" }
#
aho-corasick = "1.1"
# TODO(#18342): Update to version 0.25 from crates.io when it is released.
alacritty_terminal = { git = "https://github.com/alacritty/alacritty.git", rev = "5e78d20c709cb1ab8d44ca7a8702cc26d779227c" }
alacritty_terminal = "0.25"
any_vec = "0.14"
anyhow = "1.0.86"
arrayvec = { version = "0.7.4", features = ["serde"] }