Skip to content

Commit

Permalink
[Rust] Update arrow rs dependencies (#400)
Browse files Browse the repository at this point in the history
* update arrow rs dependencies

Signed-off-by: chenxu <[email protected]>

* fix clippy

Signed-off-by: chenxu <[email protected]>

* fix ahash version

Signed-off-by: chenxu <[email protected]>

---------

Signed-off-by: chenxu <[email protected]>
Co-authored-by: chenxu <[email protected]>
  • Loading branch information
xuchen-plus and dmetasoul01 authored Jan 10, 2024
1 parent 800bda2 commit 024890a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
workspaces: "./rust -> target"
key: "ubuntu-latest-clippy"
- name: Run Clippy
run: cd rust && cargo clippy --all-features --package lakesoul-io-c --package lakesoul-metadata-c
run: cd rust && cargo clippy --no-deps --all-features --package lakesoul-io-c --package lakesoul-metadata-c

Loading

0 comments on commit 024890a

Please sign in to comment.