Skip to content

Commit e2a688f

Browse files
committed
Fix compilation errors on latest nightly
`proc-macro2` before 1.0.60 is incompatible with the latest nightly since an unstable feature conditionally used by `proc-macro2` was renamed. Fixed with a targeted `cargo update`: ```console $ cargo update --package proc-macro2 Updating crates.io index Updating proc-macro2 v1.0.56 -> v1.0.63 ``` See also: - rust-lang/rust#113152 - dtolnay/proc-macro2#391 - artichoke/artichoke#2619
1 parent 9fd826f commit e2a688f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)