summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-06-30 13:23:41 -0400
committerdfhoughton <dfhoughton@gmail.com>2019-06-30 13:23:41 -0400
commitf9ce85e4497669ceb235865dfe6daff9e3cf5729 (patch)
treec0257127018d84f5147c4939258b534f42495373 /Cargo.toml
parente3df19074be7c5f4a175b415291434048eb811e1 (diff)
downloadtwo-timer-f9ce85e4497669ceb235865dfe6daff9e3cf5729.zip
added parsable function
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df580bd..a4ae8c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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