diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-06-30 13:23:41 -0400 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-06-30 13:23:41 -0400 |
commit | f9ce85e4497669ceb235865dfe6daff9e3cf5729 (patch) | |
tree | c0257127018d84f5147c4939258b534f42495373 /Cargo.toml | |
parent | e3df19074be7c5f4a175b415291434048eb811e1 (diff) | |
download | two-timer-f9ce85e4497669ceb235865dfe6daff9e3cf5729.zip |
added parsable function
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "two_timer" -version = "1.0.8" +version = "1.2.0" authors = ["dfhoughton <dfhoughton@gmail.com>"] description="parser for English time expressions" homepage="https://github.com/dfhoughton/two-timer" @@ -16,6 +16,6 @@ panic = "abort" [dependencies] pidgin = "0.3" -lazy_static = "1.2" +lazy_static = "1.3.0" chrono = "0.4" regex = "1"
\ No newline at end of file |