Bump alacritty to fix some panics (#7313)
Release Notes: - Fixed some panics in the Terminal ([#6835](https://github.com/zed-industries/zed/issues/6835)).
This commit is contained in:
parent
fcbc220408
commit
583273b6ee
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,8 @@ doctest = false
|
|||
|
||||
|
||||
[dependencies]
|
||||
alacritty_terminal = "0.21"
|
||||
# needed for "a few weeks" until alacritty 0.13.2 is out
|
||||
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "2d2b894c3b869fadc78fce9d72cb5c8d2b764cac" }
|
||||
anyhow.workspace = true
|
||||
db = { path = "../db" }
|
||||
dirs = "4.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue