Setting workspace = true
in patch.crates-io
causes panic
#11523
Labels
A-patch
Area: [patch] table override
A-workspace-inheritance
Area: workspace inheritance RFC 2906
C-bug
Category: bug
Problem
I was trying to take some shortcuts in pinning dependency versions for a project by setting
workspace.dependencies
and then patching each crate to read from the workspace by settingworkspace = true
. Repro here. Causes this panic on the latest nightly:Steps
a.workspace = true
in the[patch.crates-io]
Possible Solution(s)
Just throw an error saying this is unsupported? It might be useful if it was supported though.
Notes
No response
Version
The text was updated successfully, but these errors were encountered: