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

fix(datetime): Remove chrono from API #123

Merged
merged 2 commits into from
Aug 24, 2021
Merged

Conversation

epage
Copy link
Member

@epage epage commented Aug 24, 2021

This creates newtypes for each date/time type that enforce their format
and allow conversion to/from it by the user.

This also flattens DateTime into Value.

This is part of #122

This creates newtypes for each date/time type that enforce their format
and allow conversion to/from it by the user.

This also flattens `DateTime` into `Value`.

This is part of toml-rs#122
@ordian ordian added the M-breaking-change Meta: Implementing or merging this will introduce a breaking change. label Aug 24, 2021
@ordian ordian merged commit 4fb4eb3 into toml-rs:master Aug 24, 2021
@epage epage deleted the datetime branch August 24, 2021 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-breaking-change Meta: Implementing or merging this will introduce a breaking change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants