-
Notifications
You must be signed in to change notification settings - Fork 40
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 use binrw 0.12.0 #224
Comments
Could you please give the version of rustc you are using? Thanks! |
Rustc 1.72.1, stable toolchain |
Everything in actions-rs seems to be abandoned so also switching to the dtolnay/rust-toolchain action, but per dtolnay/rust-toolchain#70 apparently it will not support getting MSRV directly so currently that is duplicated in CI, which is not ideal but whatever. Refs jam1garner#224.
OK. Please try running |
Technically only proc-macro2 probably needs to be updated but since no one is really testing with old versions it seems to make sense to just update them to whatever is current now. Fixes jam1garner#224.
I can't use binrw 0.12.0. Apparently, there's a compile error with
binrw_derive
, the procedural macro crate for binrw:The text was updated successfully, but these errors were encountered: