Skip to content

Commit 72c8c23

Browse files
authored
Disable chrono's default features (#109)
There is no need for time 0.1 compatibility (see #108)
1 parent 6df82f3 commit 72c8c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["src/**/*", "tests/**/*", "Cargo.toml", "LICENSE"]
1313
repository = "https://github.com/influxdb-rs/influxdb-rust"
1414

1515
[dependencies]
16-
chrono = { version = "0.4.11", features = ["serde"] }
16+
chrono = { version = "0.4.11", features = ["serde"], default-features = false }
1717
futures-util = "0.3.17"
1818
http = "0.2.4"
1919
influxdb_derive = { version = "0.5.0", optional = true }

0 commit comments

Comments
 (0)