From 527805c9129cb6a36a71992a51be572fca4f5ec2 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Wed, 3 Jul 2024 06:25:25 -0700 Subject: [PATCH] Really fix #21 Forgot to actually check the dependency elsewhere. It's a high enough version to solve the issue. --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3748a6..add5f3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: