Skip to content

Commit

Permalink
Merge pull request #49 from elmiko/fix-fmt
Browse files Browse the repository at this point in the history
updating rustfmt artifacts to more recent versions
  • Loading branch information
elmiko authored May 10, 2024
2 parents 9b59e71 + f63a9ad commit 07a9b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
- name: cargo fmt (check)
run: cargo fmt -- --check -l
run: cargo fmt -p camgi -- --check -l
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clippy:
cargo clippy -- -Dwarnings

fmt:
cargo fmt -p camgi -- --edition 2021
cargo fmt -p camgi -- --check -l

html-designer: build
./target/debug/camgi demo
Expand Down

0 comments on commit 07a9b88

Please sign in to comment.