diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-01-27 13:45:31 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-01-27 13:45:31 -0500 |
commit | 4857262b4f90491e9016c2861708bd571949ad45 (patch) | |
tree | 8392775251ac83f4dbe598bb47607e0dd6f70564 /Cargo.lock | |
parent | 63cffe10d36371298486dfe611b003153c6bf561 (diff) | |
download | two-timer-4857262b4f90491e9016c2861708bd571949ad45.zip |
added ordinals in a_date pattern
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.3" +version = "1.0.4" 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)", |