From 38524f56afe37ffa0a74eaad3d5c8e29e9782c36 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Tue, 23 Jul 2024 17:01:08 +0200 Subject: [PATCH] chore: v0.11.4 (#271) 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 3fc679f..974f7ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "fastexcel" -version = "0.11.3" +version = "0.11.4" dependencies = [ "arrow", "calamine", diff --git a/Cargo.toml b/Cargo.toml index d16c806..f676465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.11.3" +version = "0.11.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html