Skip to content
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

Closed
thalesfragoso opened this issue Aug 22, 2024 · 3 comments
Closed

New release to remove version pin of proc-macro2 #1234

thalesfragoso opened this issue Aug 22, 2024 · 3 comments
Assignees

Comments

@thalesfragoso
Copy link

A new version of the quote crate was recently released, which bumps its minimum proc-macro2 dependency to 1.0.80.
The latest version of openraft-macros strictly asks for a version <1.0.80, which means that cargo update will downgrade one or the other.

#1230 already removed that requirement, but it wasn't released yet.

Copy link

👋 Thanks for opening this issue!

Get help or engage by:

  • /help : to print help messages.
  • /assignme : to assign this issue to you.

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 drmingdrmer self-assigned this Aug 23, 2024
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
@drmingdrmer
Copy link
Member

@drmingdrmer
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants