From 43f52a965c98554032a995856d368882bc3e8f64 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Mon, 1 Mar 2021 19:23:45 +0800 Subject: Paperover a bug in cargo-workspace for publish RA --- crates/mbe/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/mbe') 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" } tt = { path = "../tt", version = "0.0.0" } test_utils = { path = "../test_utils", version = "0.0.0" } -[dev-dependencies] +# FIXME: Paper over a bug in cargo-worspaces which block publishing +# https://github.com/pksunkara/cargo-workspaces/issues/39 +# [dev-dependencies] profile = { path = "../profile", version = "0.0.0" } -- cgit v1.2.3