From 8f16bab9adeec2a0c9910185e7be2f46716f914b Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Sun, 30 Jun 2024 02:02:53 -0700 Subject: [PATCH] Roll back proc macro update --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index add5f3c..c3748a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: