Skip to content

Commit e7f4885

Browse files
authored
Run rustfmt on 1.62 (rust-lang#85)
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 042988c commit e7f4885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v3
40-
- run: rustup override set ${{env.MSRV}}
40+
- run: rustup override set 1.62
4141
- run: rustup component add rustfmt
4242
- uses: Swatinem/[email protected]
4343
- run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)