This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Commit e2a688f
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#26191 parent 9fd826f commit e2a688f
1 file changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments