-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
New version 1.1.0 fails to compile #22
Comments
Is it possible you are using an older nightly? I just submitted #23 for this situation. |
Yes, I'm on nightly |
Thanks for the report. The PR linked above should fix this issue. In general if you're pinning a nightly via rust-toolchain, it's also good to pin versions by checking in Cargo.lock (so you can stay on camino 1.0.9). Supporting nightlies past the point at which their version becomes stable is not something I'm going to put active effort towards, though I'll welcome patches to fix issues. |
Not sure how to do this when trying to compile a 3rd party binary like
Understandable :) |
Oh for that you can use --locked , assuming that the crate was published before camino 1.1.0 was released.
(I think locked should have been the default to begin with) |
Ah, thank you very much. Trunk's website suggests using that command, but I didn't know what it meant 😂 |
This is fixed as part of camino 1.1.1, which is now out. Thanks @smoelius for the PR and everyone for reporting the issue! |
When I try to compile my binary with the new version of
camino
, it fails with error:The text was updated successfully, but these errors were encountered: