Skip to content

Commit 18e6a62

Browse files
committed
Use Rust 1.78 for fmt and clippy in CI
1 parent 06233b2 commit 18e6a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
lint:
1818
runs-on: ubuntu-22.04
19-
container: rust:1.69
19+
container: rust:1.78
2020
steps:
2121
- uses: actions/checkout@v3
2222
- run: rustup component add clippy
2323
- run: cargo clippy --all-targets --all-features -- -D warnings
2424

2525
fmt:
2626
runs-on: ubuntu-22.04
27-
container: rust:1.69
27+
container: rust:1.78
2828
steps:
2929
- uses: actions/checkout@v3
3030
- run: rustup component add rustfmt

0 commit comments

Comments
 (0)