Skip to content
Snippets Groups Projects
Unverified Commit 0d644ca0 authored by Jeeyong Um's avatar Jeeyong Um Committed by GitHub
Browse files

Replace derivative dependency with derive-where (#7324)


# Description

Close #7122.

This PR replaces the unmaintained `derivative` dependency with
`derive-where`.

## Integration

This PR doesn't change the public interfaces.

## Review Notes

The `derivative` crate, previously used to derive basic traits for
structs with generics or enums, is no longer actively maintained. It has
been replaced with the `derive-where` crate, which offers a more
straightforward syntax while providing the same features as
`derivative`.

---------

Co-authored-by: default avatarGuillaume Thiolliere <gui.thiolliere@gmail.com>
parent 80e30ec3
No related merge requests found
Pipeline #513772 waiting for manual action with stages
in 29 minutes and 45 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment