1
0
Fork 0
mirror of https://codeberg.org/Mo8it/git-webhook-client synced 2024-10-18 07:22:39 +00:00

Remove unneeded features from chrono

This commit is contained in:
Mo 2022-10-29 19:02:03 +02:00
parent c8147dfa80
commit b6de897f67

View file

@ -9,7 +9,7 @@ license-file = "LICENSE.txt"
[dependencies]
anyhow = "1.0"
chrono = "0.4"
chrono = { version = "0.4", default-features = false }
diesel = { version = "2.0", features = [
"r2d2",
"sqlite",