diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0023ee..46c381a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [stable, 1.78, 1.79] + rust: [stable, 1.82, 1.83] target: [x86_64-unknown-linux-gnu] steps: