From 4e7a4c5a74c7c8c1f0816a816d2be4a563fdcd24 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 13 Feb 2021 16:21:03 +0000 Subject: [PATCH] Bump version to 0.9.2 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f97d586..321bb62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "version-sync" -version = "0.9.1" +version = "0.9.2" 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 74d4091..42a8909 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.1")] +#![doc(html_root_url = "https://docs.rs/version-sync/0.9.2")] #![deny(missing_docs)] mod contains_regex;