|
2 | 2 |
|
3 | 3 | [][crates-io]
|
4 | 4 | [][api-docs]
|
5 |
| -[][rust-2018] |
6 | 5 | [][travis-ci]
|
7 | 6 | [][appveyor]
|
8 | 7 | [][codecov]
|
@@ -109,6 +108,24 @@ your_crate = "0.1.2"
|
109 | 108 |
|
110 | 109 | This is a changelog describing the most important changes per release.
|
111 | 110 |
|
| 111 | +### Version 0.9.0 — March 30th, 2020 |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | +Drop support for Rust 1.31.0 since our dependencies keep releasing new |
| 116 | +patch versions that push up the minimum required Rust version. These |
| 117 | +updates mean that `version-sync` 0.8.1 no longer compiles with Rust |
| 118 | +1.31.0 because `cargo sync` will pull in too new versions of the |
| 119 | +direct and transitive dependencies. This happens even if there are no |
| 120 | +changes in `version-sync`. |
| 121 | + |
| 122 | +The constant build failures in our CI makes it infeasible to keep |
| 123 | +`version-sync` compatible with any particular version of Rust. We will |
| 124 | +therefore track the latest stable version of Rust from now on. |
| 125 | + |
| 126 | +At the time of writing, the code compiles with Rust 1.36, but this |
| 127 | +will likely become outdated soon. |
| 128 | + |
112 | 129 | ### Version 0.8.1 — April 3rd, 2019
|
113 | 130 |
|
114 | 131 | Dependencies were relaxed to make it easier to upgrade `version-sync`.
|
|
0 commit comments