aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-06 05:33:53 +0000
committerBlaž Hrastnik2021-05-06 05:33:53 +0000
commit1ad0581ddd2d1fc6eb8b96b495eb4e546d4bdd28 (patch)
tree94a707fb924c70b86905752c00f9dcbe97f73f08 /helix-view
parent355ad3cb8289611b06cd42fa62ddfe0a5c716e83 (diff)
Eliminate a few more futures dependencies.
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 2ed58707..b9d07d01 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -22,7 +22,6 @@ once_cell = "1.4"
url = "2"
tokio = { version = "1", features = ["full"] }
-futures-util = "0.3"
slotmap = "1"