diff --git a/Cargo.toml b/Cargo.toml index c640fc8b8cd6..420cc8ab738b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,12 +101,10 @@ arrow-schema = { version = "57.1.0", path = "./arrow-schema" } arrow-select = { version = "57.1.0", path = "./arrow-select" } arrow-string = { version = "57.1.0", path = "./arrow-string" } parquet = { version = "57.1.0", path = "./parquet", default-features = false } - -# These crates have not yet been released and thus do not use the workspace version -parquet-geospatial = { version = "0.1.0", path = "./parquet-geospatial" } -parquet-variant = { version = "0.2.0", path = "./parquet-variant" } -parquet-variant-json = { version = "0.2.0", path = "./parquet-variant-json" } -parquet-variant-compute = { version = "0.2.0", path = "./parquet-variant-compute" } +parquet-geospatial = { version = "57.1.0", path = "./parquet-geospatial" } +parquet-variant = { version = "57.1.0", path = "./parquet-variant" } +parquet-variant-json = { version = "57.1.0", path = "./parquet-variant-json" } +parquet-variant-compute = { version = "57.1.0", path = "./parquet-variant-compute" } chrono = { version = "0.4.40", default-features = false, features = ["clock"] } diff --git a/parquet-geospatial/Cargo.toml b/parquet-geospatial/Cargo.toml index ea19f9c9b49f..36c12edf0b77 100644 --- a/parquet-geospatial/Cargo.toml +++ b/parquet-geospatial/Cargo.toml @@ -17,9 +17,7 @@ [package] name = "parquet-geospatial" -# This package is still in development and thus the version does -# not follow the versions of the rest of the crates in this repo. -version = "0.1.0" +version = { workspace = true } license = { workspace = true } description = "Apache Parquet Geometry and Geography implementation in Rust" homepage = { workspace = true } diff --git a/parquet-variant-compute/Cargo.toml b/parquet-variant-compute/Cargo.toml index 98b6015ea4a8..74c3dd3fb72f 100644 --- a/parquet-variant-compute/Cargo.toml +++ b/parquet-variant-compute/Cargo.toml @@ -17,9 +17,7 @@ [package] name = "parquet-variant-compute" -# This package is still in development and thus the version does -# not follow the versions of the rest of the crates in this repo. -version = "0.2.0" +version = { workspace = true } license = { workspace = true } description = "Apache Parquet Variant Batch Processing" homepage = { workspace = true } diff --git a/parquet-variant-json/Cargo.toml b/parquet-variant-json/Cargo.toml index e85704c4148d..f9550adc26af 100644 --- a/parquet-variant-json/Cargo.toml +++ b/parquet-variant-json/Cargo.toml @@ -17,9 +17,7 @@ [package] name = "parquet-variant-json" -# This package is still in development and thus the version does -# not follow the versions of the rest of the crates in this repo. -version = "0.2.0" +version = { workspace = true } license = { workspace = true } description = "Apache Parquet Variant to/from JSON" homepage = { workspace = true } diff --git a/parquet-variant/Cargo.toml b/parquet-variant/Cargo.toml index 1d5e5cea0bfb..51671d518910 100644 --- a/parquet-variant/Cargo.toml +++ b/parquet-variant/Cargo.toml @@ -17,9 +17,7 @@ [package] name = "parquet-variant" -# This package is still in development and thus the version does -# not follow the versions of the rest of the crates in this repo. -version = "0.2.0" +version = { workspace = true } license = { workspace = true } description = "Apache Parquet Variant implementation in Rust" homepage = { workspace = true }