-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cannot update libradicl #78
Comments
Indeed; I think this is also due to an older version of rust being used (I should do an audit to determine what the MSRV is for a clean build). It seems that this bug in cargo (assuming "master" for the main branch name) was fixed in 1.55. I'm happy to support older Rust versions if there are no fundamentally newer features being used, but development and CI are usually done on the latest stable rust, which is why these issues didn't show up there. On rust < 1.55, perhaps the fix is to either pull 0.4.6 directly (it's on crates.io) or to update https://github.com/COMBINE-lab/alevin-fry/blob/master/Cargo.toml#L41 to
Thanks! |
Your fix So I now use Rust 1.60.0 and the installation works well |
Thanks for the update! I'll be sure to add these constraints when we refresh the documentation on the next (patch) release. |
I try to install alevin-fry version 0.6.0 with Rust 1.52.1 but the installation fails:
I think it comes from the
master
branch of libradicl that have been renamedmain
.The text was updated successfully, but these errors were encountered: