Skip to content

v3.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 22:06
v3.2.0
34528e2

Changed

  • Derive the Elm version for packages from the running compiler, with a single
    source of truth, fixing drift between the tests-<version> directory name and
    the version used for dependency solving, by @miniBill (#146).
  • Replaced the unmaintained atty crate with std::io::IsTerminal.
  • Migrated --watch mode from notify 4 to notify-debouncer-mini, removing
    the unmaintained net2 transitive dependency.
  • Set the minimum supported Rust version (MSRV) to 1.77 (required by notify).

Security

  • Updated dependencies to resolve RustSec advisories, and removed the
    unmaintained/unsound atty and net2 crates.

Full Changelog: v3.1.0...v3.2.0