Skip to content

Commit

Permalink
Roll back proc macro update
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Jun 30, 2024
1 parent 5ba4436 commit 8f16bab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ jobs:
- run: rustup toolchain install nightly --profile minimal --component miri
- run: rustup override set nightly
- run: cargo +nightly miri setup
# Ref: https://github.com/dtolnay/proc-macro2/issues/356
# Ref: https://github.com/dtolnay/proc-macro2/pull/348
# A better fix would be verifying the nightly is up to date.
- run: cargo update -p proc-macro2 --precise 1.0.43
- run: cargo +nightly miri test --all-targets ${{ matrix.module }} -- --show-output

e2e_tests:
Expand Down

0 comments on commit 8f16bab

Please sign in to comment.