From 77bdf60249eced55857ca4b1030aa4516fa237d6 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Tue, 26 Mar 2024 15:56:05 +0100 Subject: [PATCH] chore: v0.10.1 (#212) 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 ba33547..68b4d6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "fastexcel" -version = "0.10.0" +version = "0.10.1" dependencies = [ "arrow", "calamine", diff --git a/Cargo.toml b/Cargo.toml index 2d7c7e1..a001759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.10.0" +version = "0.10.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html