run ci against 1.56.0
This commit is contained in:
parent
343c7124a4
commit
1d5c36c10c
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly
|
||||
toolchain: "1.56.0"
|
||||
|
||||
- name: version info
|
||||
run: rustc --version; cargo --version;
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: "1.56.0"
|
||||
|
||||
- run: cargo fmt --all -- --check
|
||||
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: "1.56.0"
|
||||
|
||||
- run: cargo clippy --features=macro -- -D warnings
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user