diff options
| -rw-r--r-- | Cargo.toml | 3 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -2,10 +2,11 @@ [package] name = "windmark-comments" -version = "0.1.0" +version = "0.1.1" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A comment engine module for Windmark" +documentation = "https://docs.rs/windmark-comments" readme = "README.md" homepage = "https://github.com/gemrest/windmark-comments" repository = "https://github.com/gemrest/windmark-comments" @@ -14,7 +14,7 @@ A comment engine module for Windmark. # Cargo.toml [dependencies] -windmark-comments = "0.1.0" +windmark-comments = "0.1.1" ``` ### Attach Windmark Comments as a module @@ -30,7 +30,7 @@ //! # Cargo.toml //! //! [dependencies] -//! windmark-comments = "0.1.0" +//! windmark-comments = "0.1.1" //! ``` //! //! ### Attach Windmark Comments as a module |