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: Remove chrono dependency #187

Merged
merged 1 commit into from
Sep 9, 2021
Merged

fix: Remove chrono dependency #187

merged 1 commit into from
Sep 9, 2021

Conversation

epage
Copy link
Member

@epage epage commented Sep 9, 2021

Most users of toml_edit probably don't need to interact with time, so
let's reduce dependencies.

The API is based on toml-rs with the nanosecond scaling implementation from chrono.

Fixes #185

Most users of `toml_edit` probably don't need to interact with time, so
let's reduce dependencies.

The API is based on toml-rs with the nanosecond scaling implementation from chrono.

Fixes toml-rs#185
@epage epage merged commit 7d3dccb into toml-rs:master Sep 9, 2021
@epage epage deleted the date branch September 9, 2021 21:35
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.

Should we define a custom datetime?
1 participant