-
Notifications
You must be signed in to change notification settings - Fork 49
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
Dependency rustc-ap-arena failing on 1.29.0 nightly #21
Comments
@nastevens, thanks for reporting! 👍 @hmvp any idea what might have cause this to break? |
I guess it's this: rust-lang/rust@1acbb0a935 (rust-lang/rust#51569) |
Apparently the old version is not buildable on new nightlies This also forces some updates in the code since stuff has changed
Apparently the old version is not buildable on new nightlies This also forces some updates in the code since stuff has changed
Fixed with #22 |
Please be so kind and release the bugfix too (to crates.io). |
@jan-hudec, @nastevens I just pushed v0.4.2 to crates.io. |
@regexident, thanks. Unfortunately the GitHub issue tracker does not have any support for keeping track of which issues are fixed in master, but not released, so it is kind of easy to forget. |
Running
cargo +nightly install cargo-modules
givesThe text was updated successfully, but these errors were encountered: