From 6501b7d38ebc90b1773ab9d523b0ba789b0777be Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Mon, 16 Oct 2023 06:31:43 +0200 Subject: [PATCH] chore(rust): Version `polars-arrow` with the other crates (#11738) --- Cargo.toml | 2 +- crates/polars-arrow/Cargo.toml | 2 +- py-polars/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e119b8706233..d99bf9e0bf25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [ diff --git a/crates/polars-arrow/Cargo.toml b/crates/polars-arrow/Cargo.toml index 049e25276ebe..39828ff7e59f 100644 --- a/crates/polars-arrow/Cargo.toml +++ b/crates/polars-arrow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polars-arrow" -version = "0.1.0" +version = { workspace = true } authors = [ "Jorge C. Leitao ", "Apache Arrow ", diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index 96c4eea86882..de57f81c1845 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -1598,7 +1598,7 @@ dependencies = [ [[package]] name = "polars-arrow" -version = "0.1.0" +version = "0.33.2" dependencies = [ "ahash", "arrow-format",