-
Notifications
You must be signed in to change notification settings - Fork 135
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
[BUG] clap-related build error #224
Comments
Daaaamn. Everything looked perfectly fine and I decided to just release v1.0 before checking my issues again. I'm investigating the issue |
Ok. This isn't an issue with Pueue. The current It ignores the lockfile. You have to explicitely add |
Clap just released a new version Beta branches seem to be handled in a similar way as patches. They just get auto-updated, even though an exact version is specified. I'm going to close this issue, once the readme has been adjusted :) |
Readme has been adjusted! |
OK I can confirm Most crates don't need this so I wonder how many users will think to try it or look at the readme. Maybe Pueue should just be updated for the Clap change? (Also it goes to show how hard semver is in practice.) |
I already pushed a fix to master, but didn't publish a new release yet. I guess, I'll release the patch tomorrow or saturday. I got a lot to do right now and I want to take a closer look at the changes in the new clap release. |
Thanks - I didn't want to put any pressure on you to release it today, just wanted to make sure you knew, because it sounded from #224 (comment) like you'd only changed the readme. |
On Debian with
rustc 1.54.0 (a178d0322 2021-07-26)
building eb8d5c9I get some build failures:
I don't get this when just building the tree with
cargo build
orcargo check
so I suspect some difference in how dependency versions are being resolved...The text was updated successfully, but these errors were encountered: