diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-01 11:29:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-01 11:29:47 +0000 |
commit | 1c7b2b8c0748c9548500d0dc08c8da1d1a36c81a (patch) | |
tree | c9061de1d9da78367463e47fd09356532ad2a1a0 /crates/mbe | |
parent | 4e5c49619986144f6f0b1656bed2fac30b638a26 (diff) | |
parent | 43f52a965c98554032a995856d368882bc3e8f64 (diff) |
Merge #7822
7822: Paperover a bug in cargo-workspace for publish RA r=lnicola a=edwin0cheng
r? @lnicola
See also https://github.com/pksunkara/cargo-workspaces/issues/39
Co-authored-by: Edwin Cheng <[email protected]>
Diffstat (limited to 'crates/mbe')
-rw-r--r-- | crates/mbe/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml index 0abba3584..bbee2e32c 100644 --- a/crates/mbe/Cargo.toml +++ b/crates/mbe/Cargo.toml | |||
@@ -19,6 +19,8 @@ parser = { path = "../parser", version = "0.0.0" } | |||
19 | tt = { path = "../tt", version = "0.0.0" } | 19 | tt = { path = "../tt", version = "0.0.0" } |
20 | test_utils = { path = "../test_utils", version = "0.0.0" } | 20 | test_utils = { path = "../test_utils", version = "0.0.0" } |
21 | 21 | ||
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] | ||
23 | profile = { path = "../profile", version = "0.0.0" } | 25 | profile = { path = "../profile", version = "0.0.0" } |
24 | 26 | ||