Skip to content

chore(deps): update rust crate ctor to 0.12.0#689

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

chore(deps): update rust crate ctor to 0.12.0#689
cakebaker merged 1 commit intomainfrom
renovate/ctor-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2026

This PR contains the following updates:

Package Type Update Change
ctor workspace.dependencies minor 0.11.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.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@cakebaker cakebaker merged commit b6f3b2e into main May 1, 2026
28 checks passed
@renovate renovate Bot deleted the renovate/ctor-0.x branch May 1, 2026 05:35
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