From 59f62083a63c242eff882e4c5db2bc76bfbcdbbf Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Thu, 23 Nov 2023 09:51:32 +0100 Subject: [PATCH] chore: v0.6.0 (#140) * chore(deps): remove upper constraint on pyarrow Signed-off-by: Luka Peschke * chore: v0.6.0 Signed-off-by: Luka Peschke --------- Signed-off-by: Luka Peschke --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b25a45f..14009c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "fastexcel" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index 89a73d5..0013a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html