Skip to content

Commit 1c7b2b8

Browse files
Merge #7822
7822: Paperover a bug in cargo-workspace for publish RA r=lnicola a=edwin0cheng r? @lnicola See also pksunkara/cargo-workspaces#39 Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2 parents 4e5c496 + 43f52a9 commit 1c7b2b8

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)