mirror of
https://codeberg.org/Mo8it/git-webhook-client
synced 2024-11-21 11:06:32 +00:00
Remove unneeded features from chrono
This commit is contained in:
parent
c8147dfa80
commit
b6de897f67
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ license-file = "LICENSE.txt"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
chrono = "0.4"
|
chrono = { version = "0.4", default-features = false }
|
||||||
diesel = { version = "2.0", features = [
|
diesel = { version = "2.0", features = [
|
||||||
"r2d2",
|
"r2d2",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
|
|
Loading…
Reference in a new issue