From a445584029213962149ff66d4f566b5bfe0ee076 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= <lnicola@dend.ro>
Date: Mon, 1 Mar 2021 18:11:06 +0200
Subject: [PATCH] Use an unversioned profile dependency in mbe

---
 crates/mbe/Cargo.toml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index bbee2e32c11..8b5cca22c74 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -19,8 +19,5 @@ parser = { path = "../parser", version = "0.0.0" }
 tt = { path = "../tt", version = "0.0.0" }
 test_utils = { path = "../test_utils", version = "0.0.0" }
 
-# 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" }
-
+[dev-dependencies]
+profile = { path = "../profile" }