diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-02-03 14:10:16 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-02-03 14:10:16 -0500 |
commit | 0da507aa04c73c9a1f96107f4082232cd72ade83 (patch) | |
tree | 9a8c6e476a112e7e763d3a5a4e9ab53406ce19de /Cargo.toml | |
parent | 822e3ddfc9f99cb84355971f3158985d2ecce44d (diff) | |
download | two-timer-0da507aa04c73c9a1f96107f4082232cd72ade83.zip |
added before and after pattern
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "two_timer" -version = "1.0.5" +version = "1.0.6" authors = ["dfhoughton <dfhoughton@gmail.com>"] description="parser for English time expressions" homepage="https://github.com/dfhoughton/two-timer" |