Use a workspace dependency for the futures crate
This commit is contained in:
parent
d82cc49f79
commit
abdccf7393
30 changed files with 32 additions and 31 deletions
|
@ -24,7 +24,7 @@ postage = { workspace = true }
|
|||
smol = "1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3"
|
||||
futures = { workspace = true }
|
||||
settings = { path = "../settings", features = ["test-support"] }
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
language = { path = "../language", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue