summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2020-10-03 16:22:49 -0400
committerdfhoughton <dfhoughton@gmail.com>2020-10-03 16:22:49 -0400
commit8354b38700673fc2f7bbd6e66f950d1ba85e424a (patch)
treee0904cc4401af4d2f8d917f0f438638dd9b4d271 /Cargo.lock
parentbcceeada2dd619fe5bf82b1076dfd4e3071bbf3a (diff)
downloadtwo-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.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index faf1b97..a976a53 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",