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

Use namespaced features for serde; MSRV 1.60 #251

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

tarcieri
Copy link
Member

Gets rid of the serde_crate hacks.

Weak/namespaced features should also make it possible to make more of the functionality in this crate optional.

Gets rid of the `serde_crate` hacks.

Weak/namespaced features should also make it possible to make more of
the functionality in this crate optional.
@tarcieri tarcieri merged commit da1997d into master Jan 17, 2023
@tarcieri tarcieri deleted the use-namespaced-features-for-serde branch January 17, 2023 16:20
tarcieri added a commit that referenced this pull request Jan 19, 2023
This reverts commit da1997d.

I was probably over-eager on this: it's a breaking change.

There are probably some non-breaking changes we can make first, and when
we're ready to make breaking changes again, we can revert the revert.
tarcieri added a commit that referenced this pull request Jan 19, 2023
This reverts commit da1997d.

I was probably over-eager on this: it's a breaking change.

There are probably some non-breaking changes we can make first, and when
we're ready to make breaking changes again, we can revert the revert.
tarcieri added a commit that referenced this pull request Mar 6, 2023
Reverts-the-revert from #254, reinstating #251

This reverts commit 26f38ad.

Since we need to upgrade `pkcs1` and `pkcs8`, which are MSRV 1.65, now
is a good time to start making brekaing changes again.
tarcieri added a commit that referenced this pull request Mar 6, 2023
Reverts-the-revert from #254, reinstating #251

This reverts commit 26f38ad.

Since we need to upgrade `pkcs1` and `pkcs8`, which are MSRV 1.65, now
is a good time to start making brekaing changes again.
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