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

Set a reasonable min version for serde_json #192

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

webmaster128
Copy link
Contributor

The goal is use be able to compile a project using schemars with cargo +nightly build -Zminimal-versions to ensure the min versions are all set correctly.

Here serde_json was set to ^1.0.0 but this is not the actual min version we need. serde_json 1.0.25 brings in the json! macro that is used here (https://github.com/serde-rs/json/releases/tag/v1.0.25).

serde_json 1.0.25 brings in the json! macro that is used here
(https://github.com/serde-rs/json/releases/tag/v1.0.25)
@GREsau GREsau merged commit 9dc816f into GREsau:master Feb 26, 2023
@GREsau
Copy link
Owner

GREsau commented Feb 26, 2023

Thanks, this change is in schemars 0.8.12

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.

None yet

2 participants