Skip to content

Commit

Permalink
Really fix #21
Browse files Browse the repository at this point in the history
Forgot to actually check the dependency elsewhere. It's a high enough
version to solve the issue.
  • Loading branch information
dead-claudia committed Jul 3, 2024
1 parent 5b2a6be commit 527805c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ 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 527805c

Please sign in to comment.