-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails when no package.version
#8
Comments
Good call out, there's no proper support for workspaces. Are you defining binaries in your individual crates Cargo.toml, or the workspaces Cargo.toml? I'd assume the workspace Cargo.toml is the correct spot. https://doc.rust-lang.org/cargo/reference/workspaces.html#the-metadata-table |
I'm defining binaries in the workspace Cargo.toml. |
Fixed in 208b000 Thanks! |
Dustin, kudos on the response time. And thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running cargo-run-bin at the root of a workspace, where the version is not specified as
package.version
but asworkspace.package.version
. And I'm gettingThe text was updated successfully, but these errors were encountered: