From 9dd7f2256a82f95096d928aaef70d15603152ebc Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 29 Jun 2021 22:13:45 -0600 Subject: correctly gather current time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 14f00f0..ddb4cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] barrel = { version = "0.6.5", features = ["sqlite3"] } -chrono = "0.4" +chrono = { version = "0.4", features = ["clock"] } diesel = { version = "1.4.4", features = ["sqlite", "chrono"] } hyper = { version = "0.14", features = ["full"] } # TODO not this -- cgit v1.2.3