7828: Use an unversioned profile dependency in mbe r=edwin0cheng a=lnicola

Apparently, dev dependencies shouldn't be versioned. This hopefully fixes publishing to crates.io.

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2021-03-01 16:18:08 +00:00 committed by GitHub
commit c17f2bf2a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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