aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-01-03 11:04:52 +0000
committerGitHub <noreply@github.com>2021-01-03 11:04:52 +0000
commitc1262d78901960b790dfb1f32bb6be99e9237c8c (patch)
treecd21aa126dcdbf6e139b1e786aa4a5948f2baa3c /alacritty_terminal/Cargo.toml
parent56097de74e01a309ea49c8730be6b689dc153d8f (diff)
downloadalacritty-c1262d78901960b790dfb1f32bb6be99e9237c8c.tar.gz
alacritty-c1262d78901960b790dfb1f32bb6be99e9237c8c.zip
Update vte to 0.10.0
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 5bc144b2..40bf2667 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -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"