We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3139d4 commit a445584Copy full SHA for a445584
crates/mbe/Cargo.toml
@@ -19,8 +19,5 @@ parser = { path = "../parser", version = "0.0.0" }
19
tt = { path = "../tt", version = "0.0.0" }
20
test_utils = { path = "../test_utils", version = "0.0.0" }
21
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
-
+[dev-dependencies]
+profile = { path = "../profile" }
0 commit comments