Use an unversioned profile dependency in mbe

This commit is contained in:
Laurențiu Nicola 2021-03-01 18:11:06 +02:00
parent f3139d46b0
commit a445584029

View File

@ -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" }