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

Switch from serde_yaml to rust-yaml for serialization #264

Merged
merged 1 commit into from Aug 6, 2022

Conversation

mitsuhiko
Copy link
Owner

serde_yaml in 0.9 changed the output format and dropped yaml-rust. Since as of #255 we now use yaml-rust directly anyways we might as well shoot too birds with one stone. This avoids an extra dependency and it retains the same serialization format that we had before.

Fixes #256

@mitsuhiko mitsuhiko merged commit d65444c into master Aug 6, 2022
@mitsuhiko mitsuhiko deleted the feature/avoid-serde-yaml branch August 6, 2022 14:16
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.

Decide on future of YAML Support (Update to serde_yaml 0.9)
1 participant