Skip to content

Commit c94c378

Browse files
Merge pull request #59 from async-email/disable-chrono-oldtime
chore: disable oldtime feature of chrono crate
2 parents c9083ae + c3f8206 commit c94c378

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
@@ -28,7 +28,7 @@ runtime-tokio = ["tokio", "async-native-tls/runtime-tokio"]
2828
imap-proto = "0.16.1"
2929
nom = "7.0"
3030
base64 = "0.13"
31-
chrono = "0.4"
31+
chrono = { version = "0.4", default-features = false, features = ["std"] }
3232
pin-utils = "0.1.0-alpha.4"
3333
futures = "0.3.15"
3434
ouroboros = "0.15"

0 commit comments

Comments
 (0)