Skip to content

chore(deps): Update Rust crate ctor to 0.12.0#185

Merged
epage merged 1 commit intomainfrom
renovate/ctor-0.x
May 1, 2026
Merged

chore(deps): Update Rust crate ctor to 0.12.0#185
epage merged 1 commit intomainfrom
renovate/ctor-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Type Update Change
ctor dependencies minor 0.8.00.12.0

Release Notes

mmastrac/rust-ctor (ctor)

v0.12.0

Added
  • Support for #[ctor] on impl items. To be valid, the fn must have no
    self parameter and must not access any generic parameters from the outer
    item.
  • Added life before main documentation to all crates.
  • early and late priority values are now supported on all platforms.
Removed
  • deprecated dtor feature and crate dependency from ctor crate (use the dtor crate directly).
Fixed
  • AIX uses "standard" priority values from 0 to 999, early and late (mapped to
    8000000 to 8000099).
Changed
  • If the priority feature is enabled, ctor priority sorting is now stable
    and consistent across platforms: early/0/unspecified, then 1 <= N < 1000, then late.
  • If a link_section or export_name_prefix is specified, a priority value
    must not be specified (now a compiler error).
  • Migrated to using the linktime-proc-macro crate for proc-macro support.

v0.11.1

Changed
  • Deprecated ``dtormacros in favor ofdtor` crate.
  • Migrated to using the linktime-proc-macro crate for proc-macro support.
Fixed
  • Fixed some stray dtor references in ctor docs.

v0.11.0

ctor [0.11.0] - 2026-04-28

v0.10.1

ctor [0.10.1] - 2026-04-22


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 5am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@epage epage merged commit 83affb2 into main May 1, 2026
17 checks passed
@epage epage deleted the renovate/ctor-0.x branch May 1, 2026 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant