diff --git a/Cargo.toml b/Cargo.toml index 95d1226..886ad5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",