Skip to content

version-sync-0.9.0

Compare
Choose a tag to compare
@mgeisler mgeisler released this 11 Feb 23:00
· 125 commits to master since this release
516b640

Drop support for Rust 1.31.0 since our dependencies keep releasing new patch versions that push up the minimum required Rust version. These updates mean that version-sync 0.8.1 no longer compiles with Rust 1.31.0 because cargo sync will pull in too new versions of the direct and transitive dependencies. This happens even if there are no changes in version-sync.

The constant build failures in our CI makes it infeasible to keep version-sync compatible with any particular version of Rust. We will therefore track the latest stable version of Rust from now on.

At the time of writing, the code compiles with Rust 1.36, but this will likely become outdated soon.

Issues closed:

  • #83: version_sync fails to parse toml blocks when inside blockquotes
  • #84: Release update to crates.io with syn 1.0