async-fs breaking changes

cargo

4 curated breaking changes across major versions of async-fs. Use this as a migration checklist before bumping dependencies.

4
changes
Breaking changes by transition
  • v1.6.0 \u2192 v2.0.0breaking

    Avoid using a `build.rs` script for feature autodetection. (#17)

  • v1.6.0 \u2192 v2.0.0breaking

    Remove the `autocfg` dependency. (#18)

  • v1.6.0 \u2192 v2.0.0breaking

    Avoid a heap allocation in the `ReadDir` implementation. (#23)

  • v1.6.0 \u2192 v2.0.0breaking

    **Breaking:** Remove unsafe implementations of the `FromRawFd`/`FromRawHandle` traits. (#26)

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/cargo/async-fs
async-fs breaking changes — Cargo migration guide | DepScope