OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=35
14 lines
484 B
Diff
14 lines
484 B
Diff
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
|
|
index 4012f11..d1b79ad 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.9.0", default-features = false }
|
|
mio = "0.6.20"
|
|
mio-extras = "2"
|
|
log = "0.4"
|