Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

SUPER 0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Razican Razican released this 09 Dec 23:37
1886c6f

This release is the first SUPER release targeting Rust 2018 edition. It contains some internal improvements that will make future development easier and more efficient. It also has some internal enhancements. Additionally, we have fixed a bunch of spelling mistakes and upgraded some dependencies.

Changelog

Internal Changes

  • SUPER now requires Rust 1.31.0 (Rust 2018 edition) to be built.

  • Upgraded dependencies:

    • lazy_static: 1.1 => 1.2
    • md5: 0.5 => 0.6
    • regex: 1.0 => 1.1
    • abxml: 0.6 => 0.7
    • Some other minor upgrades.
  • Multiple syntax changes to adapt the codebase to Rust 2018.