Skip to content

Commit 411e2b0

Browse files
committed
Update dependencies
1 parent 4407d77 commit 411e2b0

File tree

7 files changed

+165
-339
lines changed

7 files changed

+165
-339
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,3 @@ jobs:
100100
asset_name: json-struct-${{ matrix.target }}.tar.gz
101101
asset_path: ./json-struct.tar.gz
102102
asset_content_type: application/gzip
103-

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v5.0.0
4+
hooks:
5+
- id: check-case-conflict
6+
- id: check-merge-conflict
7+
- id: end-of-file-fixer
8+
- id: trailing-whitespace
9+
210
- repo: https://github.com/doublify/pre-commit-rust
311
rev: v1.0
412
hooks:
513
- id: fmt
14+
entry: cargo +nightly fmt
615
- id: clippy
16+
args: ["--all-targets", "--", "-D", "warnings"]
717

818
# vim: ts=2 sw=2

0 commit comments

Comments
 (0)