-
Notifications
You must be signed in to change notification settings - Fork 158
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 release to remove version pin of proc-macro2 #1234
Comments
👋 Thanks for opening this issue! Get help or engage by:
|
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Aug 23, 2024
`proc2-macro2` previously only work with version before `1.0.80`. Now this restrict can be removed. - Fix: databendlabs#1234
drmingdrmer
added a commit
to drmingdrmer/openraft
that referenced
this issue
Aug 23, 2024
`proc-macro2` previously only work with version before `1.0.80`. Now this restrict can be removed. Also upgrade toolchain to nightly-2024-07-02 to make latest proc-macro2 work as expected. - Fix: databendlabs#1234
Thank you for reminding. Please update to v0.9.14 to fix this issue:) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new version of the
quote
crate was recently released, which bumps its minimumproc-macro2
dependency to1.0.80
.The latest version of
openraft-macros
strictly asks for a version<1.0.80
, which means thatcargo update
will downgrade one or the other.#1230 already removed that requirement, but it wasn't released yet.
The text was updated successfully, but these errors were encountered: