Open pbzweihander opened 7 months ago
Thanks, adding time
support is something I wanted to see for a long time but never got around to it!
I haven't actually checked where exactly we use chrono
, but if it's only for the Timestamp
, do you think you could make both chrono
and time
optional? I feel like most users wouldn't need both at the same time
@msrd0 I've updated the PR!
The tests need to be adapted to test both chrono and time independently. The tests should enable the features. Ci is currently failing since chrono could not be found in the test.
The tests need to be adapted to test both chrono and time independently.
I'm not sure that's necessary. These two features don't seem to conflict each other.
Description
{ describe your changes here }
Checklist
cargo fmt --all
cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,reqwest-client-rustls -- -D warnings
cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,hyper-client -- -D warnings
cargo doc2readme -p influxdb --expand-macros