Bump the minimal version of Rust

This commit is contained in:
Roey Darwish Dror
2022-01-06 05:43:56 +02:00
parent 0c5b8099cb
commit 6d6dee9878
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.53.0
profile: minimal
override: true
components: rustfmt, clippy

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.53.0
profile: minimal
default: true
override: true

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.53.0
profile: minimal
override: true
components: rustfmt, clippy