Skip to content

Commit c17f2bf

Browse files
bors[bot]lnicola
andauthored
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>
2 parents f3139d4 + a445584 commit c17f2bf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

crates/mbe/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ parser = { path = "../parser", version = "0.0.0" }
1919
tt = { path = "../tt", version = "0.0.0" }
2020
test_utils = { path = "../test_utils", version = "0.0.0" }
2121

22-
# FIXME: Paper over a bug in cargo-worspaces which block publishing
23-
# https://github.com/pksunkara/cargo-workspaces/issues/39
24-
# [dev-dependencies]
25-
profile = { path = "../profile", version = "0.0.0" }
26-
22+
[dev-dependencies]
23+
profile = { path = "../profile" }

0 commit comments

Comments
 (0)