-
Notifications
You must be signed in to change notification settings - Fork 24
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
Workspace support #10
Comments
Workspace workflows were a lot less common when I wrote this, I'll noodle on this today to see how other tools handle this. |
Awesome! |
It crashes more helpfully right now master, I'll hopefully have the ability to specify a package within a workspace soon, then I'll have to refactor stuff a bit so I can make an I don't plan on making a release until I have at least package specification working. This will likely come out at as 1.1.0 or maybe 2.0 if I have to replace the toml lib (which is looking likely) (Deleted a duplicate comment, nothing of importance) |
If you replace the tomllib with toml-rs, have a look at toml-query as well. It might help in some places. Sorry about the duplicated comment, I have bad internet right now. |
When executing
cargo bump minor
in a workspace root, I get:I tested this with the imag source.
The text was updated successfully, but these errors were encountered: