summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-11-03 21:59:28 +0100
committerGitHub <noreply@github.com>2019-11-03 21:59:28 +0100
commitb47a88b142a8987f1d0d48db8c0db1e5f3048a76 (patch)
tree0863fb40b8e081ccc40f1437e74c49a68f4e6c59 /alacritty_terminal/Cargo.toml
parentfa6ceacfa4158c568c55dff85621788ff1df4099 (diff)
Fix URL highlighting
Fixes #2898. Fixes #2479.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 7502ce7c..d42295b7 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -27,7 +27,6 @@ base64 = "0.10.0"
terminfo = "0.6.1"
url = "2"
copypasta = { path = "../copypasta" }
-rfind_url = "0.4.0"
[target.'cfg(unix)'.dependencies]
nix = "0.15.0"