Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 14:53

0.12.0 - 2023-05-25

Breaking Changes

  • (rm) Removed in favor of cargo remove
  • (upgrade) --recursive <true|false> now defaults to the same as --compatible <true|false>

Features

  • MSRV-aware setting of version requirements with --ignore-rust-version and --rust-version <VER> flags
    • Resolver still won't be MSRV aware
    • Lack of transparency in filtering out incompatible rust-versions (no warnings, no details in errors)

Fixes

  • Don't upgrade indirect dependencies with --incompatible allow --compatible deny