Skip to content

Commit cb98da1

Browse files
authored
0.2.15 (#51)
* fix lints * 0.2.15 * Update formatting check condition to exclude macOS * Update CI workflow to always check formatting for stable toolchain * fmt
1 parent c4530d1 commit cb98da1

File tree

7 files changed

+225
-150
lines changed

7 files changed

+225
-150
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: dtolnay/rust-toolchain@master
3434
with:
3535
toolchain: ${{ matrix.toolchain }}
36+
components: rustfmt, clippy
3637

3738
- name: Build
3839
run: cargo build --verbose

0 commit comments

Comments
 (0)