Skip to content

Commit 137cebe

Browse files
Drop unused legacy default features of chrono
1 parent ae48270 commit 137cebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bindgen = { version = "0.71.1", default-features = false }
2626
calamine = "0.22.0"
2727
cast = "0.3"
2828
cc = "1.0"
29-
chrono = "0.4.22"
29+
chrono = { version = "0.4.22", default-features = false, features = ["std", "clock"] }
3030
doc-comment = "0.3"
3131
fallible-iterator = "0.3"
3232
fallible-streaming-iterator = "0.1"

0 commit comments

Comments
 (0)