diff options
author | Blaž Hrastnik | 2021-05-06 05:33:53 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-06 05:33:53 +0000 |
commit | 1ad0581ddd2d1fc6eb8b96b495eb4e546d4bdd28 (patch) | |
tree | 94a707fb924c70b86905752c00f9dcbe97f73f08 /helix-view | |
parent | 355ad3cb8289611b06cd42fa62ddfe0a5c716e83 (diff) |
Eliminate a few more futures dependencies.
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/Cargo.toml | 1 |
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" |