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

Disable chrono's default features #109

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Conversation

msrd0
Copy link
Collaborator

@msrd0 msrd0 commented Feb 2, 2022

Description

There is no need for time 0.1 compatibility (see #108)

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy
    • with reqwest feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,reqwest-client -- -D warnings
    • with surf feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features use-serde,derive,hyper-client -- -D warnings
  • Updated README.md using cargo readme -r influxdb -t ../README.tpl > README.md
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

There is no need for time 0.1 compatibility (see #108)
@sunng87
Copy link
Contributor

sunng87 commented Feb 3, 2022

Could you please make a release after this merged?

@msrd0 msrd0 merged commit 72c8c23 into main Feb 4, 2022
@msrd0 msrd0 deleted the chrono-no-default-features branch February 4, 2022 11:37
@msrd0
Copy link
Collaborator Author

msrd0 commented Feb 4, 2022

@sunng87 I just published a release

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