Skip to content

ci: Bump ctor from 0.6.3 to 0.12.0#453

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ctor-0.12.0
Open

ci: Bump ctor from 0.6.3 to 0.12.0#453
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ctor-0.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps ctor from 0.6.3 to 0.12.0.

Changelog

Sourced from ctor's changelog.

ctor [0.12.0] - 2026-04-30

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 80000000 to 80000999).

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.

dtor [0.12.0] - 2026-04-30

Added

  • Support for #[dtor] 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.

Removed

  • Removed support code for ctor's deprecated dtor macros.

ctor [0.11.1] - 2026-04-28

Changed

  • Deprecated ``dtormacros in favor ofdtor` crate.
  • Migrated to using the linktime-proc-macro crate for proc-macro support.

Fixed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.6.3 to 0.12.0.
- [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

---
updated-dependencies:
- dependency-name: ctor
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 1, 2026
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 25217554902

Coverage remained the same at 28.567%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 14890
Covered Lines: 4143
Line Coverage: 27.82%
Relevant Branches: 1286
Covered Branches: 478
Branch Coverage: 37.17%
Branches in Coverage %: Yes
Coverage Strength: 21.96 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant