Skip to content

Commit 1074379

Browse files
committed
Bump version to 0.9.2
1 parent 058358c commit 1074379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "version-sync"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Martin Geisler <[email protected]>"]
55
description = "Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version."
66
documentation = "https://docs.rs/version-sync/"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//! [`assert_html_root_url_updated`]: macro.assert_html_root_url_updated.html
4747
//! [`assert_contains_regex`]: macro.assert_contains_regex.html
4848
49-
#![doc(html_root_url = "https://docs.rs/version-sync/0.9.1")]
49+
#![doc(html_root_url = "https://docs.rs/version-sync/0.9.2")]
5050
#![deny(missing_docs)]
5151

5252
mod contains_regex;

0 commit comments

Comments
 (0)