From 8060efac0d338224e12cf3af89b4802a503e7e06 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Fri, 29 Mar 2024 22:27:12 +0100 Subject: [PATCH] chore: v0.10.2 (#218) 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 98d8f2b..a6dfebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "fastexcel" -version = "0.10.1" +version = "0.10.2" dependencies = [ "arrow", "calamine", diff --git a/Cargo.toml b/Cargo.toml index e791dfc..d299fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.10.1" +version = "0.10.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html