Skip to content

Commit

Permalink
Fix compilation errors on latest nightly
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
lopopolo committed Jul 2, 2023
1 parent 9fd826f commit e2a688f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2a688f

Please sign in to comment.