chore(deps): update rust crate ctor to v1 - autoclosed #1781

Closed
renovate wants to merge 1 commit from renovate/ctor-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ctor workspace.dependencies major 0.13.01.0.0

Release Notes

mmastrac/linktime (ctor)

v1.0.6

Compare Source

What's Changed

Changed
  • Bump link-section dependency to 0.17.0.
  • MSRV bumped to 1.85.0 (if priority feature 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.
Fixed
  • #[ctor] requires significantly less macro recursion.

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-1.0.5...ctor-1.0.6

v1.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5

v1.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-1.0.3...ctor-1.0.4

v1.0.3

Compare Source

What's Changed

Other changes

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-1.0.2...ctor-1.0.3

v1.0.2

Compare Source

What's Changed

  • Improvements to static items for #[ctor]
  • const dynamic ctors - use a const block to initialize a set of ctors

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-1.0.1...ctor-1.0.2

v1.0.1

Compare Source

What's Changed

  • Fix duplicated ctor calls in WASM #​422

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-1.0.0...ctor-1.0.1

v1.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/mmastrac/linktime/compare/ctor-0.13.1...ctor-1.0.0


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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ctor](https://github.com/mmastrac/linktime) | workspace.dependencies | major | `0.13.0` → `1.0.0` | --- ### Release Notes <details> <summary>mmastrac/linktime (ctor)</summary> ### [`v1.0.6`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.6) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-1.0.5...ctor-1.0.6) #### What's Changed ##### Changed - Bump `link-section` dependency to 0.17.0. - MSRV bumped to 1.85.0 (if `priority` feature 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. ##### Fixed - `#[ctor]` requires significantly less macro recursion. **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-1.0.5...ctor-1.0.6> ### [`v1.0.5`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.5) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5) #### What's Changed - Ensure WASM meets MSRV of 1.85 by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;455](https://github.com/mmastrac/linktime/pull/455) **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5> ### [`v1.0.4`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.4) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-1.0.3...ctor-1.0.4) #### What's Changed - Use target\_os=windows rather than target\_vendor=pc by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;443](https://github.com/mmastrac/linktime/pull/443) - Add uefi support (`.init_array`) by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;444](https://github.com/mmastrac/linktime/pull/444) - Fall back to .init\_array on unsupported platforms by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;445](https://github.com/mmastrac/linktime/pull/445) **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-1.0.3...ctor-1.0.4> ### [`v1.0.3`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.3) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-1.0.2...ctor-1.0.3) #### What's Changed - Fix unsafe C library access with default priority value by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;442](https://github.com/mmastrac/linktime/pull/442) ##### Other changes - BSD test improvements by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;438](https://github.com/mmastrac/linktime/pull/438) - Simplify cargo clean CI setup by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;439](https://github.com/mmastrac/linktime/pull/439) - Add more BSDs to CI by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;417](https://github.com/mmastrac/linktime/pull/417) - Bump clitest by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;440](https://github.com/mmastrac/linktime/pull/440) **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-1.0.2...ctor-1.0.3> ### [`v1.0.2`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.2) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-1.0.1...ctor-1.0.2) #### What's Changed - Improvements to `static` items for `#[ctor]` - `const` dynamic ctors - use a const block to initialize a set of ctors * Update `link-section` behaviour for WASM targets by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;426](https://github.com/mmastrac/linktime/pull/426) github.com/mmastrac/linktime/pull/428 * Add const option for link-section by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;430](https://github.com/mmastrac/linktime/pull/430) * Improved link-section WASM implementation by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;431](https://github.com/mmastrac/linktime/pull/431) * Update crate metadata by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;432](https://github.com/mmastrac/linktime/pull/432) * Allow various forms of &'static for static ctors by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;435](https://github.com/mmastrac/linktime/pull/435) * Allow "optional" ctors where the ctors can be generated by a const function by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;436](https://github.com/mmastrac/linktime/pull/436) **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-1.0.1...ctor-1.0.2> ### [`v1.0.1`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.1) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-1.0.0...ctor-1.0.1) #### What's Changed - Fix duplicated ctor calls in WASM [#&#8203;422](https://github.com/mmastrac/linktime/pull/422) **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-1.0.0...ctor-1.0.1> ### [`v1.0.0`](https://github.com/mmastrac/linktime/releases/tag/ctor-1.0.0) [Compare Source](https://github.com/mmastrac/linktime/compare/ctor-0.13.1...ctor-1.0.0) #### What's Changed - Cleanup pass on build scripts by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;416](https://github.com/mmastrac/linktime/pull/416) - Release 1.0 (🎉) by [@&#8203;mmastrac](https://github.com/mmastrac) in [#&#8203;414](https://github.com/mmastrac/linktime/pull/414) **Full Changelog**: <https://github.com/mmastrac/linktime/compare/ctor-0.13.1...ctor-1.0.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE4MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmNpZXMiLCJEZXBlbmRlbmNpZXMvUmVub3ZhdGUiXX0=-->
chore(deps): update rust crate ctor to v1
Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Checks / Prek / Check changed files (pull_request) Successful in 28s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m17s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m26s
Update flake hashes / update-flake-hashes (pull_request) Successful in 2m12s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 7m16s
55e1d5a67f
renovate changed title from chore(deps): update rust crate ctor to v1 to chore(deps): update rust crate ctor to v1 - autoclosed 2026-05-19 21:17:13 +00:00
renovate closed this pull request 2026-05-19 21:17:13 +00:00
Some checks failed
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 4s
Checks / Prek / Check changed files (pull_request) Successful in 28s
Required
Details
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m17s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Required
Details
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m26s
Required
Details
Update flake hashes / update-flake-hashes (pull_request) Successful in 2m12s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 7m16s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1781
No description provided.