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 358b9a5 commit 43f52a9Copy full SHA for 43f52a9
crates/mbe/Cargo.toml
@@ -19,6 +19,8 @@ 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
-[dev-dependencies]
+# 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
0 commit comments