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

Bump proc-macro2 from 1.0.47 to 1.0.63 #5021

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

cakebaker
Copy link
Contributor

This PR bumps proc-macro2 from 1.0.47 to 1.0.63. This is an attempt to fix the following error that popped up in the CI with the most recent PRs:

error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

@sylvestre sylvestre merged commit 5c10180 into uutils:main Jun 29, 2023
@cakebaker cakebaker deleted the bump_proc_macro2 branch June 29, 2023 08:55
@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail-2/inotify-dir-recreate

sylvestre added a commit to sylvestre/sccache that referenced this pull request Jul 10, 2023
replicate what was done here:
uutils/coreutils#5021
to fix:
```
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^
```
sylvestre added a commit to mozilla/sccache that referenced this pull request Jul 10, 2023
replicate what was done here:
uutils/coreutils#5021
to fix:
```
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^
```
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.

2 participants