Skip to content

Commit

Permalink
Bump alacritty
Browse files Browse the repository at this point in the history
Fixes bug with IO crash
  • Loading branch information
A-Walrus authored and jackpot51 committed Aug 21, 2024
1 parent 023aede commit 5c39a96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.71"
vergen = { version = "8", features = ["git", "gitcl"] }

[dependencies]
alacritty_terminal = "0.23"
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "cacdb5bb3b72bad2c729227537979d95af75978f" }
env_logger = "0.10"
hex_color = { version = "3", features = ["serde"] }
indexmap = "2"
Expand Down

0 comments on commit 5c39a96

Please sign in to comment.