diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c681bb2..94f5aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: rust: - stable - - 1.37.0 + - 1.36.0 steps: - uses: actions/checkout@v2 - name: Install Rust stable toolchain @@ -38,7 +38,7 @@ jobs: matrix: rust: - stable - - 1.37.0 + - 1.36.0 steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 |