From c1284e92b3edde0cbf346209c238305ada87d256 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Mon, 13 Jan 2025 12:12:45 +0100 Subject: [PATCH] chore: v0.12.1 Signed-off-by: Luka Peschke --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9c2c0c..dbfd89f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler2" @@ -413,7 +413,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "fastexcel" -version = "0.12.0" +version = "0.12.1" dependencies = [ "arrow", "calamine", diff --git a/Cargo.toml b/Cargo.toml index 98c1b37..0693ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastexcel" -version = "0.12.0" +version = "0.12.1" edition = "2021" license = "MIT" homepage = "https://github.com/ToucanToco/fastexcel"