killercup / cargo-edit

A utility for managing cargo dependencies from the command line.
http://killercup.github.io/cargo-edit/
MIT License
3.06k stars 147 forks source link

fix: Allow building on recent nightlies #872

Closed aminya closed 1 year ago

aminya commented 1 year ago

The proc-macro2 package is old and it is not possible to compile it with a recent nightly compiler

https://github.com/dtolnay/proc-macro2/issues/356 https://github.com/rust-lang/rust/issues/113152

epage commented 1 year ago

The title says "fix" but nothing says what is intended to be fixed. What is the goal with this PR?

aminya commented 1 year ago

@epage the proc-macro2 package is so old, it was not possible to compile it with a nightly compiler. This fixes the issue.

epage commented 1 year ago

Thanks!

I've updated the title and description. Please share this kind of information in the future.

aminya commented 1 year ago

You're welcome. I linked the issues for more context.