|
1 | 1 | # Keep your Version Numbers in Sync with Cargo.toml
|
2 | 2 |
|
| 3 | +[][build-status] |
| 4 | +[][codecov] |
3 | 5 | [][crates-io]
|
4 | 6 | [][api-docs]
|
5 |
| -[][travis-ci] |
6 |
| -[][appveyor] |
7 |
| -[][codecov] |
8 | 7 |
|
9 | 8 | Rust projects typically reference the crate version number in several
|
10 | 9 | places, such as the `README.md` file. The `version-sync` crate makes
|
@@ -240,12 +239,11 @@ Versions 0.1.0 to 0.1.2 were released under the name `check-versions`.
|
240 | 239 | Version-sync can be distributed according to the [MIT license][mit].
|
241 | 240 | Contributions will be accepted under the same license.
|
242 | 241 |
|
| 242 | +[build-status]: https://github.com/mgeisler/version-sync/actions?query=workflow%3Abuild+branch%3Amaster |
| 243 | +[codecov]: https://codecov.io/gh/mgeisler/version-sync |
243 | 244 | [crates-io]: https://crates.io/crates/version-sync
|
244 | 245 | [api-docs]: https://docs.rs/version-sync/
|
245 | 246 | [rust-2018]: https://doc.rust-lang.org/edition-guide/rust-2018/
|
246 |
| -[travis-ci]: https://travis-ci.org/mgeisler/version-sync |
247 |
| -[appveyor]: https://ci.appveyor.com/project/mgeisler/version-sync |
248 |
| -[codecov]: https://codecov.io/gh/mgeisler/version-sync |
249 | 247 | [mit]: LICENSE
|
250 | 248 | [issue-17]: https://github.com/mgeisler/version-sync/issues/17
|
251 | 249 | [issue-19]: https://github.com/mgeisler/version-sync/issues/19
|
|
0 commit comments