From 763d26fdbac36b59e4e60d2789348c5e6e9fd277 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Fri, 5 Apr 2024 13:36:55 +0200 Subject: [PATCH] chore: v0.10.3 (#224) 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 a6dfebf..a2769ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "fastexcel" -version = "0.10.2" +version = "0.10.3" dependencies = [ "arrow", "calamine", diff --git a/Cargo.toml b/Cargo.toml index d299fe2..535fd77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.10.2" +version = "0.10.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html