Skip to content

Replace the derivative crate with derive_more#6380

Open
isum wants to merge 5 commits intomasterfrom
ion/replace-derivative-crate-with-derive-more
Open

Replace the derivative crate with derive_more#6380
isum wants to merge 5 commits intomasterfrom
ion/replace-derivative-crate-with-derive-more

Conversation

@isum
Copy link
Member

@isum isum commented Feb 17, 2026

Closes #5719

isum added 5 commits February 17, 2026 16:20
Add derive_more = { version = "2.1.1", default-features = false } to
[workspace.dependencies] in root Cargo.toml. Each consuming crate
will enable only the features it needs.
Remove derivative = "2.2.0" from root Cargo.toml [workspace.dependencies]
and derivative = { workspace = true } from graph/Cargo.toml, completing the
migration from the deprecated derivative crate to derive_more.
@isum isum self-assigned this Feb 17, 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.

RUSTSEC-2024-0388: derivative is unmaintained; consider using an alternative

1 participant