File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " version-sync"
3- version = " 0.9.3 "
3+ version = " 0.9.4 "
44authors = [" Martin Geisler <martin@geisler.net>" ]
55description = " Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version."
66documentation = " https://docs.rs/version-sync/"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments