From c4b21c8d4acc31889423cd99645b980ce1447b13 Mon Sep 17 00:00:00 2001 From: Swoorup Joshi Date: Tue, 11 Jun 2024 02:44:28 +1000 Subject: [PATCH] Bump versions --- Cargo.toml | 2 +- arrow_convert/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0fe0106..2e9020b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.6.6" +version = "0.6.8" authors = [ "Swoorup Joshi ", "Jorge Leitao ", diff --git a/arrow_convert/Cargo.toml b/arrow_convert/Cargo.toml index 85c53fc..f5225f9 100644 --- a/arrow_convert/Cargo.toml +++ b/arrow_convert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow_convert" -version= "0.6.7" +version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true