From 48a12505e41b2c5d345b0ea865f52a001ec1aada Mon Sep 17 00:00:00 2001 From: Christopher Prohm Date: Sat, 31 Aug 2024 17:04:38 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- serde_arrow/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e036c5c4..c98188e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2283,7 +2283,7 @@ dependencies = [ [[package]] name = "serde_arrow" -version = "0.11.6" +version = "0.11.7" dependencies = [ "anyhow", "arrow-array 37.0.0", diff --git a/serde_arrow/Cargo.toml b/serde_arrow/Cargo.toml index 5451b00c..76ffd592 100644 --- a/serde_arrow/Cargo.toml +++ b/serde_arrow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_arrow" -version = "0.11.6" +version = "0.11.7" authors = ["Christopher Prohm "] edition = "2021" description = "Convert sequences of Rust objects to Arrow arrays and back again"