Skip to content

Commit 6fe9498

Browse files
committed
make "chrono" a required feature for derive_integration_tests
1 parent a58fe0b commit 6fe9498

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

influxdb/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ repository.workspace = true
1616
[lints]
1717
workspace = true
1818

19+
[[test]]
20+
name = "derive_integration_tests"
21+
path = "tests/derive_integration_tests.rs"
22+
required-features = ["chrono"]
23+
1924
[dependencies]
2025
chrono = { version = "0.4.23", features = ["serde"], default-features = false, optional = true }
2126
futures-util = "0.3.17"

0 commit comments

Comments
 (0)