From 346afd7f93bac4126df5ad88e3a7c9ea7c4de03f Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Thu, 1 Feb 2024 09:12:03 +0100 Subject: [PATCH] chore: v0.8.0 (#165) 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 4b86cb2..296772d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "fastexcel" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index 2a8b2ff..c023300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.7.0" +version = "0.8.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html