diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ce5dd..10b6d27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: name: [Linux] os: [ubuntu] - rust: [nightly, beta, stable] + rust: [nightly, beta, stable, 1.0.0] include: - name: macOS os: macos