mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +00:00
Merge #7828
7828: Use an unversioned profile dependency in mbe r=edwin0cheng a=lnicola Apparently, dev dependencies shouldn't be versioned. This hopefully fixes publishing to crates.io. Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
c17f2bf2a2
1 changed files with 2 additions and 5 deletions
|
@ -19,8 +19,5 @@ parser = { path = "../parser", version = "0.0.0" }
|
||||||
tt = { path = "../tt", version = "0.0.0" }
|
tt = { path = "../tt", version = "0.0.0" }
|
||||||
test_utils = { path = "../test_utils", version = "0.0.0" }
|
test_utils = { path = "../test_utils", version = "0.0.0" }
|
||||||
|
|
||||||
# FIXME: Paper over a bug in cargo-worspaces which block publishing
|
[dev-dependencies]
|
||||||
# https://github.com/pksunkara/cargo-workspaces/issues/39
|
profile = { path = "../profile" }
|
||||||
# [dev-dependencies]
|
|
||||||
profile = { path = "../profile", version = "0.0.0" }
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue