Skip to content

Commit

Permalink
chore(rust): Version polars-arrow with the other crates (#11738)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Oct 16, 2023
1 parent 03b83ee commit 6501b7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ avro-schema = { version = "0.3" }

[workspace.dependencies.arrow]
package = "polars-arrow"
version = "0.1.0"
version = "0.33.2"
path = "crates/polars-arrow"
default-features = false
features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/polars-arrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars-arrow"
version = "0.1.0"
version = { workspace = true }
authors = [
"Jorge C. Leitao <jorgecarleitao@gmail.com>",
"Apache Arrow <dev@arrow.apache.org>",
Expand Down
2 changes: 1 addition & 1 deletion 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 6501b7d

Please sign in to comment.