|
2 | 2 |
|
3 | 3 | [][crates-io]
|
4 | 4 | [][api-docs]
|
| 5 | +[][rust-2018] |
5 | 6 | [][travis-ci]
|
6 | 7 | [][appveyor]
|
7 | 8 | [][codecov]
|
@@ -110,9 +111,10 @@ This is a changelog describing the most important changes per release.
|
110 | 111 |
|
111 | 112 | ### Unreleased ###
|
112 | 113 |
|
113 |
| -We now use Rust 2018, which means we reqire Rust version 1.31.0 or |
114 |
| -later. The `assert_html_root_url_updated!` macro will again report |
115 |
| -accurate line numbers based on span information from the `syn` crate. |
| 114 | +We now use [Rust 2018][rust-2018], which means we require Rust version |
| 115 | +1.31.0 or later. The `assert_html_root_url_updated!` macro will again |
| 116 | +report accurate line numbers based on span information from the `syn` |
| 117 | +crate. |
116 | 118 |
|
117 | 119 | ### Version 0.7.0 — January 14th, 2019
|
118 | 120 |
|
@@ -207,6 +209,7 @@ Contributions will be accepted under the same license.
|
207 | 209 |
|
208 | 210 | [crates-io]: https://crates.io/crates/version-sync
|
209 | 211 | [api-docs]: https://docs.rs/version-sync/
|
| 212 | +[rust-2018]: https://doc.rust-lang.org/edition-guide/rust-2018/ |
210 | 213 | [travis-ci]: https://travis-ci.org/mgeisler/version-sync
|
211 | 214 | [appveyor]: https://ci.appveyor.com/project/mgeisler/version-sync
|
212 | 215 | [codecov]: https://codecov.io/gh/mgeisler/version-sync
|
|
0 commit comments