Skip to content

Commit

Permalink
Merge pull request #69 from 0x26res/fix-linter
Browse files Browse the repository at this point in the history
Fix linter
  • Loading branch information
0x26res authored Dec 9, 2024
2 parents c637a41 + 568cb01 commit c2f566b
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 809 deletions.
128 changes: 64 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ crate-type = ["cdylib"]
name = "ptars"

[dependencies]
pyo3 = { version = "0.22.6", features = ["abi3-py310"] }
pyo3 = { version = "0.22.4", features = ["abi3-py310"] }
arrow = { version = "53.3.0", features = ["pyarrow"] }
arrow-array = { version = "53.1.0" }
arrow-array = { version = "53.3.0" }
arrow-schema = { version = "53.3.0" }
protobuf = { version = "3.7.1" }
chrono = { version = "0.4.38" }
chrono = { version = "0.4.39" }

[features]
extension-module = ["pyo3/extension-module"]
Expand Down
Loading

0 comments on commit c2f566b

Please sign in to comment.