Skip to content

Commit

Permalink
prune
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 19, 2023
1 parent 9b1fdb0 commit fedd4a8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 53 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ thiserror = "1"
url = "2.3.1"
version_check = "0.9.4"
simdutf8 = "0.1.4"
hex = "0.4.3"
base64 = "0.21.2"


xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
polars-core = { version = "0.33.2", path = "crates/polars-core", default-features = false }
Expand All @@ -72,7 +75,7 @@ polars = { version = "0.33.2", path = "crates/polars", default-features = false

[workspace.dependencies.arrow]
package = "nano-arrow"
version = "0.0.0"
version = "0.1.0"
path = "crates/nano-arrow"
default-features = false
features = [
Expand Down
95 changes: 43 additions & 52 deletions py-polars/Cargo.lock

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

0 comments on commit fedd4a8

Please sign in to comment.