-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
cargo-c 0.10.4 is not buildable on Rust 1.78 & 1.79 #407
Comments
if you use cargo install --locked it does not work? |
Also this project is not related at all with orion-rs since they do not seem to provide a C-ABI. I guess github glitched. |
This project indirectly depends on orion-rs. I've tested in the clear local docker environment, it's not a GitHub bug. For calling Please, try to call |
Ok, now I see the problems |
there are 2 issues:
In general I suggest to use the cargo-c matching the cargo version in use, so
Does solve your problem. |
Closed, becase we resolved it with private fork & Cargo.lock file |
orion-rs published their version 0.17.7 with MSRV 1.80 & it breaks clean builds.
Please, provide the Cargo.lock file for building on MSRV of your project (aka 1.78).
P.S. Looks like lots of previous releases cannot be built too
The text was updated successfully, but these errors were encountered: