parent
3aa4e0c90b
commit
9fd221271a
2 changed files with 4 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -103,8 +103,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "alacritty_terminal"
|
name = "alacritty_terminal"
|
||||||
version = "0.20.1-dev"
|
version = "0.22.0"
|
||||||
source = "git+https://github.com/alacritty/alacritty?rev=2d2b894c3b869fadc78fce9d72cb5c8d2b764cac#2d2b894c3b869fadc78fce9d72cb5c8d2b764cac"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "cc7ceabf6fc76511f616ca216b51398a2511f19ba9f71bcbd977999edff1b0d1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.4",
|
"base64 0.21.4",
|
||||||
"bitflags 2.4.1",
|
"bitflags 2.4.1",
|
||||||
|
|
|
@ -11,8 +11,7 @@ doctest = false
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# needed for "a few weeks" until alacritty 0.13.2 is out
|
alacritty_terminal = "0.22.0"
|
||||||
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "2d2b894c3b869fadc78fce9d72cb5c8d2b764cac" }
|
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
db.workspace = true
|
db.workspace = true
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue