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 <edwin0cheng@gmail.com>
This commit is contained in:
bors[bot] 2021-03-01 11:29:47 +00:00 committed by GitHub
commit 1c7b2b8c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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