Skip to content

V0.1.1 MSRV 1.46.0

Compare
Choose a tag to compare
@digizeph digizeph released this 02 Dec 16:34
· 12 commits to main since this release
e11a6ab

What's Changed

This release brings down minimum supported Rust version (MSRV) from 1.56.0 to 1.46.0. No breaking changes to existing users.

A number of other changes to the dependency is also introduced for reducing MSRV:

  • use edition=2018 instead of 2021
  • remove unnecessary url dependency
  • use tungstenite 0.12.0 since newer features are not used
  • use structopt instead of clap
  • add [package.metadata] section to indicate msrv

Full Changelog: v0.1.0...v.0.1.1