Skip to content

Commit

Permalink
Move version
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Nov 8, 2023
1 parent b7138b5 commit 278dfc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-07-23
toolchain: nightly-2023-03-01
components: rustfmt, clippy
- uses: pre-commit/[email protected]
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ repos:
- id: cargo-fmt-nightly
name: Cargo Fmt Nightly
language: "rust"
entry: cargo +nightly-2023-07-23 fmt
entry: cargo +nightly-2023-03-01 fmt
pass_filenames: false
- id: cargo-clippy
name: Cargo clippy
language: "rust"
entry : cargo +nightly-2023-07-23 clippy --tests -- -D warnings
entry : cargo +nightly-2023-03-01 clippy --tests -- -D warnings
pass_filenames : false

0 comments on commit 278dfc7

Please sign in to comment.