diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-12-30 20:07:53 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-12-30 20:07:53 -0500 |
commit | 15fe9df0aac52e46ee07d9f0bf5f2342b0dc1924 (patch) | |
tree | 179fb30945c11de476fe3e40f4a5e93e7b53e517 /Cargo.lock | |
parent | aa04e5f57cd94eb8d8f03d0087a8b4776f90b2d1 (diff) | |
download | two-timer-15fe9df0aac52e46ee07d9f0bf5f2342b0dc1924.zip |
reverted ToString
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.2" +version = "1.3.3" 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)", |