Skip to content

Commit 9f640c3

Browse files
committed
Bump version to 0.9.4
1 parent 58b4db8 commit 9f640c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3"
3+
version = "0.9.4"
44
authors = ["Martin Geisler <martin@geisler.net>"]
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/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Contributions will be accepted under the same license.
273273
[build-status]: https://github.com/mgeisler/version-sync/actions?query=workflow%3Abuild+branch%3Amaster
274274
[codecov]: https://codecov.io/gh/mgeisler/version-sync
275275
[crates-io]: https://crates.io/crates/version-sync
276-
[api-docs]: https://docs.rs/version-sync/0.9.3/
276+
[api-docs]: https://docs.rs/version-sync/0.9.4/
277277
[rust-2018]: https://doc.rust-lang.org/edition-guide/rust-2018/
278278
[mit]: LICENSE
279279
[issue-17]: https://github.com/mgeisler/version-sync/issues/17

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
//!
7979
//! [`html_root_url`]: https://rust-lang-nursery.github.io/api-guidelines/documentation.html#crate-sets-html_root_url-attribute-c-html-root
8080
81-
#![doc(html_root_url = "https://docs.rs/version-sync/0.9.3")]
81+
#![doc(html_root_url = "https://docs.rs/version-sync/0.9.4")]
8282
#![forbid(unsafe_code)]
8383
#![deny(missing_docs)]
8484

0 commit comments

Comments
 (0)