Skip to content

Commit

Permalink
Update vte to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Jan 3, 2021
1 parent 3d2d0ab commit eaabba1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 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 alacritty_terminal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bitflags = "1"
parking_lot = "0.11.0"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
vte = { git = "https://github.com/alacritty/vte", default-features = false }
vte = { version = "0.10.0", default-features = false }
mio = "0.6.20"
mio-extras = "2"
log = "0.4"
Expand Down

0 comments on commit eaabba1

Please sign in to comment.