fix test
This commit is contained in:
parent
09372534cd
commit
e2b340a007
2 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,9 @@ license = "GPL-3.0-or-later"
|
|||
[lints]
|
||||
workspace = true
|
||||
|
||||
[features]
|
||||
test-support = []
|
||||
|
||||
[lib]
|
||||
path = "src/paths.rs"
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@ collections = { workspace = true, features = ["test-support"] }
|
|||
git2.workspace = true
|
||||
gpui = { workspace = true, features = ["test-support"] }
|
||||
http_client.workspace = true
|
||||
paths = { workspace = true, features = ["test-support"] }
|
||||
pretty_assertions.workspace = true
|
||||
rand.workspace = true
|
||||
rpc = { workspace = true, features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue