diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f882d6f..7c326f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.82.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo run: git clone https://github.com/stratis-storage/ci.git - name: Run comparisons of version specs with available Fedora packages