Skip to content
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

Open
matthiasbeyer opened this issue Oct 17, 2018 · 4 comments
Open

Workspace support #10

matthiasbeyer opened this issue Oct 17, 2018 · 4 comments

Comments

@matthiasbeyer
Copy link

When executing cargo bump minor in a workspace root, I get:

cargo bump minor
thread 'main' panicked at 'package.version missing', libcore/option.rs:989:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

I tested this with the imag source.

@wraithan
Copy link
Owner

Workspace workflows were a lot less common when I wrote this, I'll noodle on this today to see how other tools handle this.

@wraithan wraithan added this to Bug/Issues in Workspace Support Jan 19, 2019
@matthiasbeyer
Copy link
Author

Awesome!

@wraithan
Copy link
Owner

wraithan commented Jan 19, 2019

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 --all flag.

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)

Repository owner deleted a comment from matthiasbeyer Jan 19, 2019
@matthiasbeyer
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Workspace Support
  
Bug/Issues
Development

No branches or pull requests

2 participants