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

Separate serde #110

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

Caellian
Copy link
Contributor

@Caellian Caellian commented Nov 5, 2024

Serde is yet another dependency that's not strictly necessary and it would be nice to be able to disable it with a feature.

The only problem is that this crate currently relies on serde to convert primitive types into Value, so this PR needs to address that as well.

This PR has been separated out of #109, to keep the prior PR simple and clean.

- Enabled default features specified in the spec.
- Removed patch versions from crates with stable minors.
- Added better support for number casting.
- Cleaned up imports.

Signed-off-by: Tin Švagelj <[email protected]>
Signed-off-by: Tin Švagelj <[email protected]>
Signed-off-by: Tin Švagelj <[email protected]>
This reverts commit 30a545a.

Signed-off-by: Tin Švagelj <[email protected]>
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.

1 participant