diff options
author | dfhoughton <dfhoughton@gmail.com> | 2020-10-03 16:22:49 -0400 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2020-10-03 16:22:49 -0400 |
commit | 8354b38700673fc2f7bbd6e66f950d1ba85e424a (patch) | |
tree | e0904cc4401af4d2f8d917f0f438638dd9b4d271 /Cargo.lock | |
parent | bcceeada2dd619fe5bf82b1076dfd4e3071bbf3a (diff) | |
download | two-timer-8354b38700673fc2f7bbd6e66f950d1ba85e424a.zip |
added configuration parameter so time expressions can default to future instead of past interpretation
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "two_timer" -version = "2.1.0" +version = "2.2.0" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |