diff --git a/Cargo.lock b/Cargo.lock index cb119fb..be20087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ dependencies = [ [[package]] name = "ironcalc" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "ironcalc_base", diff --git a/xlsx/Cargo.toml b/xlsx/Cargo.toml index 332a464..5a832c0 100644 --- a/xlsx/Cargo.toml +++ b/xlsx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironcalc" -version = "0.1.2" +version = "0.1.3" authors = ["Nicolás Hatcher "] edition = "2021" homepage = "https://www.ironcalc.com" diff --git a/xlsx/src/lib.rs b/xlsx/src/lib.rs index 13b4db5..0e8cc95 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.2"} +//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.1"} //! ``` //! //! until version 0.5.0 you should use the git dependencies as stated