Skip to content

Commit 14ef90c

Browse files
committed
chore: update rust version to 1.88 and update deps
1 parent 77bd1fb commit 14ef90c

File tree

10 files changed

+203
-209
lines changed

10 files changed

+203
-209
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ repos:
2626
pass_filenames: false
2727
- id: cargo-check
2828
name: cargo check
29-
entry: cargo check --workspace
29+
entry: cargo check --workspace --all-features
3030
language: system
3131
pass_filenames: false
3232
- id: cargo-clippy
3333
name: cargo clippy
34-
entry: cargo clippy --workspace -- -D warnings
34+
entry: cargo clippy --workspace --all-features -- -D warnings
3535
language: system
3636
pass_filenames: false
3737
- id: cargo-test
3838
name: cargo test runner
39-
entry: cargo test --workspace
39+
entry: cargo test --workspace --all-features
4040
language: system
4141
pass_filenames: false
4242
- id: gov-check

0 commit comments

Comments
 (0)