diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 12:35:29 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 12:35:29 -0500 |
commit | 8981b2d10268ac934b1251c6a1c91bf756ba7818 (patch) | |
tree | 77c2f37da00a8ba2e1bf450b9d24bf0d384bf7d0 /Cargo.lock | |
parent | 8235e2be69d41b1f477a4adc1ac3fbb2c4a16533 (diff) | |
download | two-timer-8981b2d10268ac934b1251c6a1c91bf756ba7818.zip |
converted from utc to naive; added 'weekend'
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "two_timer" -version = "0.1.0" +version = "1.0.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |