Skip to content

Commit 43f52a9

Browse files
committed
Paperover a bug in cargo-workspace for publish RA
1 parent 358b9a5 commit 43f52a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/mbe/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ 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-
[dev-dependencies]
22+
# FIXME: Paper over a bug in cargo-worspaces which block publishing
23+
# https://github.com/pksunkara/cargo-workspaces/issues/39
24+
# [dev-dependencies]
2325
profile = { path = "../profile", version = "0.0.0" }
2426

0 commit comments

Comments
 (0)