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]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
|
[features]
|
||||||
|
test-support = []
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/paths.rs"
|
path = "src/paths.rs"
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,7 @@ collections = { workspace = true, features = ["test-support"] }
|
||||||
git2.workspace = true
|
git2.workspace = true
|
||||||
gpui = { workspace = true, features = ["test-support"] }
|
gpui = { workspace = true, features = ["test-support"] }
|
||||||
http_client.workspace = true
|
http_client.workspace = true
|
||||||
|
paths = { workspace = true, features = ["test-support"] }
|
||||||
pretty_assertions.workspace = true
|
pretty_assertions.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
rpc = { workspace = true, features = ["test-support"] }
|
rpc = { workspace = true, features = ["test-support"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue