diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce51672..02f72f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - run: cargo check - run: cargo check --no-default-features - run: cargo check --features backtrace - if: matrix.rust != '1.39.0' + if: matrix.rust != '1.39.0' && matrix.rust != '1.50.0' windows: name: Windows