From 1f5221ad27e4c6e7dabdf22202f52f7de7327f9e Mon Sep 17 00:00:00 2001 From: Eric Jolibois Date: Tue, 20 Feb 2024 12:53:12 +0100 Subject: [PATCH] chore: v0.9.1 (#185) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5358c80..2992400 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "fastexcel" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index 2ad1141..b99bb00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.9.0" +version = "0.9.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html