diff --git a/Cargo.toml b/Cargo.toml index 47c80d5..1f824a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "version-sync" -version = "0.9.2" +version = "0.9.3" authors = ["Martin Geisler "] description = "Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version." documentation = "https://docs.rs/version-sync/" diff --git a/src/lib.rs b/src/lib.rs index 0c5fa7f..65cce02 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -75,7 +75,7 @@ //! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html //! [`assert_contains_regex`]: macro.assert_contains_regex.html -#![doc(html_root_url = "https://docs.rs/version-sync/0.9.2")] +#![doc(html_root_url = "https://docs.rs/version-sync/0.9.3")] #![forbid(unsafe_code)] #![deny(missing_docs)]