diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-01-12 17:18:37 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-01-12 17:18:37 -0500 |
commit | d3fa93c177c650edd01c0e729f2f9da86c355ee5 (patch) | |
tree | 7431bcfbe07d80b70ba87e2b44aae7748bdc436e /Cargo.lock | |
parent | a5c0ff8e41b31d0c71001a339b6099fcbc40363d (diff) | |
download | two-timer-d3fa93c177c650edd01c0e729f2f9da86c355ee5.zip |
added msg method to TimeError
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.1" +version = "1.0.2" 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)", |