diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2023-09-05 08:51:05 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2023-09-05 08:51:05 +0200 |
commit | 76ea5e8a6a5da538dd1f8cbf31509c6079107281 (patch) | |
tree | d1289aa0cd064129914784ff85723bddf488857f | |
parent | 1f7e478d0a725ad8b5e48742aab9c399bf142fe4 (diff) |
MSRV: 1.60.0 -> 1.63.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69bd9f7..5a93167 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 + - 1.63.0 - stable - beta # - nightly @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.60.0 + toolchain: 1.63.0 components: rustfmt - name: cargo-fmt run: cargo fmt -- --check @@ -53,7 +53,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 + - 1.63.0 - stable - beta # - nightly @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.60.0 + toolchain: 1.63.0 components: clippy - uses: swatinem/rust-cache@v2 - name: cargo-clippy |