diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-02-10 16:35:23 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-02-10 16:35:23 -0500 |
commit | 72efcceb945fb80a576775a513b64e104078e9f0 (patch) | |
tree | 8988e40d08276cf6f8e723cf5fcb79af63b1eb7b /Cargo.lock | |
parent | 46b9401a350645472ded762adce28db7545895c0 (diff) | |
download | two-timer-72efcceb945fb80a576775a513b64e104078e9f0.zip |
added specific_time rule
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.6.9" @@ -108,7 +110,7 @@ dependencies = [ [[package]] name = "two_timer" -version = "1.0.6" +version = "1.0.7" 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)", |