Skip to content

ctor-1.0.6

Choose a tag to compare

@mmastrac mmastrac released this 17 May 03:52
· 15 commits to master since this release
6ad4af6

What's Changed

Changed

  • Bump link-section dependency to 0.17.0.
  • MSRV bumped to 1.85.0 (if priority feature is enabled), otherwise remains at
    1.60.0.
    • To restore MSRV to 1.60.0, use ctor = { version = "1.0.6", default-features = false, features = ["proc_macro", "std"] } in your Cargo.toml.

Fixed

  • #[ctor] requires significantly less macro recursion.

Full Changelog: ctor-1.0.5...ctor-1.0.6