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

deps: Update proc-macro2 in Cargo.lock #229

Closed

Conversation

ParkMyCar
Copy link

Checklist

  • I have read the Contributor Guide
  • I have read and agree to the Code of Conduct
  • I have added a description of my changes and why I'd like them included in the section below

Description of Changes

Updates the proc-macro2 dependency in the Cargo.lock file by running cargo update -p proc-macro2.

In versions of Rust nightly >= 2023-06-28 a compiler feature was removed that proc_macro2 uses. This issue has since been fixed in dtolnay/proc-macro2#391.

Related Issues

rust-lang/rust#113152

@zalper
Copy link

zalper commented Jul 26, 2023

Tested, works well with nightly
rustc 1.73.0-nightly (864bdf784 2023-07-25)
binary: rustc
commit-hash: 864bdf7843e1ceabc824ed86d97006acad6af643
commit-date: 2023-07-25
host: x86_64-unknown-linux-gnu
release: 1.73.0-nightly
LLVM version: 16.0.5

@Jake-Shadle
Copy link
Member

This was done in #231

@Jake-Shadle Jake-Shadle closed this Sep 6, 2023
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

Successfully merging this pull request may close these issues.

3 participants