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