diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-02-03 11:57:54 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-02-03 11:57:54 -0500 |
commit | 822e3ddfc9f99cb84355971f3158985d2ecce44d (patch) | |
tree | cd10156e97eb99e47e9e79e702e3492f896b9933 /Cargo.lock | |
parent | dc9a0fd4150ffe97f34303c4401490c00b7d640f (diff) | |
download | two-timer-822e3ddfc9f99cb84355971f3158985d2ecce44d.zip |
better organization and documentation of grammar
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 = "1.0.4" +version = "1.0.5" 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)", |