diff options
author | Melody Horn <melody@boringcactus.com> | 2021-06-28 17:04:13 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-06-28 17:04:13 -0600 |
commit | b1ec80c918dd9e156c049a500983fb15147c6e14 (patch) | |
tree | cf0eb97074d7d2d4e60c2cfef96ac01adfc2a6d9 /tests | |
parent | 2e3930b4c7c26e91c1341d7d04d33d91758f8009 (diff) | |
download | tosin-b1ec80c918dd9e156c049a500983fb15147c6e14.tar.gz tosin-b1ec80c918dd9e156c049a500983fb15147c6e14.zip |
use chrono instead of time in tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tutorial/mod.rs | 1 |
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 = "../../.." } "#, ) |