Skip to content

Commit a445584

Browse files
committed
Use an unversioned profile dependency in mbe
1 parent f3139d4 commit a445584

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)