FIX: Bump version to trigger docs.rs build

This commit is contained in:
Nicolás Hatcher
2024-02-17 17:59:21 +01:00
parent 36e1a73ffa
commit 4e614ebee8
3 changed files with 3 additions and 3 deletions

View File

@@ -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"}
//! ```
//!
//! <small> until version 0.5.0 you should use the git dependencies as stated </small>