From 3e7fae1a334d5b997a8d44f02b4f90abaf34e4a5 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Mon, 22 Jul 2024 12:05:31 +0200 Subject: [PATCH] chore: v0.11.2 (#264) 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 168a505..5794413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "fastexcel" -version = "0.11.1" +version = "0.11.2" dependencies = [ "arrow", "calamine", diff --git a/Cargo.toml b/Cargo.toml index ff9f0d8..13157d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.11.1" +version = "0.11.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html