diff --git a/Cargo.toml b/Cargo.toml index da8e95b..a86c10f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "version-sync" -version = "0.9.0" +version = "0.9.1" authors = ["Martin Geisler "] description = """ Simple crate for ensuring that version numbers in README files are diff --git a/src/lib.rs b/src/lib.rs index 824f689..1ca6ae3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -46,7 +46,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.0")] +#![doc(html_root_url = "https://docs.rs/version-sync/0.9.1")] #![deny(missing_docs)] mod contains_regex;