ctor-1.0.6
What's Changed
Changed
- Bump
link-sectiondependency to 0.17.0. - MSRV bumped to 1.85.0 (if
priorityfeature 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.
- To restore MSRV to 1.60.0, use
Fixed
#[ctor]requires significantly less macro recursion.
Full Changelog: ctor-1.0.5...ctor-1.0.6