diff options
author | dfhoughton <dfhoughton@gmail.com> | 2020-01-04 16:32:48 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2020-01-04 16:32:48 -0500 |
commit | b41efb6ccc6174b6c0d2cd05f2b42c1ce8b653e8 (patch) | |
tree | 603deca9cfe58393c41fc5693f24bc1381bab8c7 /Cargo.lock | |
parent | 15fe9df0aac52e46ee07d9f0bf5f2342b0dc1924 (diff) | |
download | two-timer-b41efb6ccc6174b6c0d2cd05f2b42c1ce8b653e8.zip |
fixed panic
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.3.3" +version = "1.3.4" 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)", |