From 4e614ebee822ebf16741d181d338caafdaf5019c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Sat, 17 Feb 2024 17:59:21 +0100 Subject: [PATCH] FIX: Bump version to trigger docs.rs build --- Cargo.lock | 2 +- xlsx/Cargo.toml | 2 +- xlsx/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4519a4a..08da75e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ dependencies = [ [[package]] name = "ironcalc" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "ironcalc_base", diff --git a/xlsx/Cargo.toml b/xlsx/Cargo.toml index a4c128a..6abe367 100644 --- a/xlsx/Cargo.toml +++ b/xlsx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironcalc" -version = "0.1.0" +version = "0.1.1" authors = ["Nicolás Hatcher "] edition = "2021" homepage = "https://www.ironcalc.com" diff --git a/xlsx/src/lib.rs b/xlsx/src/lib.rs index b6486c0..fd85cb6 100644 --- a/xlsx/src/lib.rs +++ b/xlsx/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.1.0"} +//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.1.1"} //! ``` //! //! until version 0.5.0 you should use the git dependencies as stated