aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-06-28 17:04:13 -0600
committerMelody Horn <melody@boringcactus.com>2021-06-28 17:04:13 -0600
commitb1ec80c918dd9e156c049a500983fb15147c6e14 (patch)
treecf0eb97074d7d2d4e60c2cfef96ac01adfc2a6d9 /tests
parent2e3930b4c7c26e91c1341d7d04d33d91758f8009 (diff)
downloadtosin-b1ec80c918dd9e156c049a500983fb15147c6e14.tar.gz
tosin-b1ec80c918dd9e156c049a500983fb15147c6e14.zip
use chrono instead of time in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/tutorial/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tutorial/mod.rs b/tests/tutorial/mod.rs
index 8a602a3..5d969cf 100644
--- a/tests/tutorial/mod.rs
+++ b/tests/tutorial/mod.rs
@@ -254,7 +254,6 @@ edition = "2018"
[dependencies]
chrono = "0.4"
diesel = { version = "1.4.4", features = ["sqlite"] }
-time = "0.2.27"
tosin = { path = "../../.." }
"#,
)