Use a workspace dependency for the futures crate

This commit is contained in:
Max Brunsfeld 2023-04-20 17:47:18 -07:00
parent d82cc49f79
commit abdccf7393
30 changed files with 32 additions and 31 deletions

View file

@ -16,7 +16,7 @@ client = { path = "../client" }
editor = { path = "../editor" }
language = { path = "../language" }
log = "0.4"
futures = "0.3"
futures = { workspace = true }
gpui = { path = "../gpui" }
human_bytes = "0.4.1"
isahc = "1.7"