Skip to content

fix(deps): update rust crate ctor to 0.12.0#3271

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/ctor-0.x
Apr 30, 2026
Merged

fix(deps): update rust crate ctor to 0.12.0#3271
renovate[bot] merged 1 commit into
mainfrom
renovate/ctor-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ctor 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.

v0.11.1

Changed
  • Deprecated ``dtormacros in favor ofdtor` crate.
Fixed
  • Fixed some stray dtor references in ctor docs.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot enabled auto-merge (squash) April 30, 2026 17:05
@renovate renovate Bot merged commit c796b1b into main Apr 30, 2026
69 checks passed
@renovate renovate Bot deleted the renovate/ctor-0.x branch April 30, 2026 17:17
@github-actions github-actions Bot mentioned this pull request Apr 30, 2026
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.

0 participants