Skip to content

Commit

Permalink
Use a proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore committed Oct 20, 2023
1 parent e1136a4 commit 7cfaf62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 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 @@ -30,7 +30,7 @@ serde = { version = "1", features = ["derive", "rc"] }
serde_yaml = "0.9.25"
toml = "0.8.2"
unicode-width = "0.1"
vte = { git = "https://github.com/zed-industries/vte", rev = "9b8bacf90f7414ced75c6323434b1c6dbae7608f", default-features = false, features = ["ansi", "serde"] }
vte = { git = "https://github.com/zed-industries/vte", rev = "7fc779079b802ea2d5143f751cb7da1f6c979dcc", default-features = false, features = ["ansi", "serde"] }

[target.'cfg(unix)'.dependencies]
rustix-openpty = "0.1.1"
Expand Down

0 comments on commit 7cfaf62

Please sign in to comment.