We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058358c commit 1074379Copy full SHA for 1074379
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "version-sync"
3
-version = "0.9.1"
+version = "0.9.2"
4
authors = ["Martin Geisler <[email protected]>"]
5
description = "Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version."
6
documentation = "https://docs.rs/version-sync/"
src/lib.rs
@@ -46,7 +46,7 @@
46
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
47
//! [`assert_contains_regex`]: macro.assert_contains_regex.html
48
49
-#![doc(html_root_url = "https://docs.rs/version-sync/0.9.1")]
+#![doc(html_root_url = "https://docs.rs/version-sync/0.9.2")]
50
#![deny(missing_docs)]
51
52
mod contains_regex;
0 commit comments