summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-01-05 16:20:29 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-01-05 16:20:29 -0500
commitb92350ef6a37fd5e388b77e7eef202878d964922 (patch)
tree0ad7bab2354f6884f719b39bc6e5d9615aec96fa /Cargo.toml
parent4d885eff8c4c745348126e96cf7cf46d478f30bb (diff)
downloadtwo-timer-b92350ef6a37fd5e388b77e7eef202878d964922.zip
made space optional before era suffix
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a2cfa8..bdd210a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2018"
panic = "abort"
[dependencies]
-pidgin = "0.2"
+pidgin = "0.3"
lazy_static = "1.2"
chrono = "0.4"
regex = "1" \ No newline at end of file