Skip to content

Commit

Permalink
Update arrow dependencies (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored Sep 21, 2023
1 parent ceb3ba4 commit 51dc755
Show file tree
Hide file tree
Showing 12 changed files with 603 additions and 616 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all -- -D warnings

test:
name: Test Suite
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
pass_filenames: false
- id: cargo-clippy
name: cargo-clippy
entry: cargo clippy -- -D warnings
entry: cargo clippy --fix --allow-dirty --allow-staged --all -- -D warnings
language: system
types: [rust]
pass_filenames: false
Expand Down
Loading

0 comments on commit 51dc755

Please sign in to comment.