diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
commit | ed7085881a6005f96399dfaaa8f84bdcd596ee02 (patch) | |
tree | c81548fbbd5f7bc12154cd4311d1f130775de583 /Cargo.lock | |
parent | 217ec4144c4a4a90e81c7407728fe3ce00cff872 (diff) | |
download | two-timer-ed7085881a6005f96399dfaaa8f84bdcd596ee02.zip |
new small_grammar feature
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 = "1.2.1" +version = "1.3.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |