Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove derivative dependency #17

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

baszalmstra
Copy link
Contributor

This removes the derivative dependency which seems to be unmaintained and depends on old versions of some crates, especially syn.

I could also replace it with another crate like educe or derive-where but the implementation seems simple enough.

@konstin konstin merged commit bd28f9b into konstin:main Aug 19, 2024
3 checks passed
konstin added a commit to astral-sh/uv that referenced this pull request Aug 19, 2024
Upstream konstin/pep508_rs#17

> This removes the `derivative` dependency which [seems to be unmaintained](mcarton/rust-derivative#117) and depends on old versions of some crates, especially `syn`.
>
> I could also replace it with another crate like `educe` or `derive-where` but the implementation seems simple enough.
konstin added a commit to astral-sh/uv that referenced this pull request Aug 19, 2024
Upstream konstin/pep508_rs#17

> This removes the `derivative` dependency which [seems to be
unmaintained](mcarton/rust-derivative#117) and
depends on old versions of some crates, especially `syn`.
>
> I could also replace it with another crate like `educe` or
`derive-where` but the implementation seems simple enough.
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.

2 participants