diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 16:20:29 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 16:20:29 -0500 |
commit | b92350ef6a37fd5e388b77e7eef202878d964922 (patch) | |
tree | 0ad7bab2354f6884f719b39bc6e5d9615aec96fa /Cargo.toml | |
parent | 4d885eff8c4c745348126e96cf7cf46d478f30bb (diff) | |
download | two-timer-b92350ef6a37fd5e388b77e7eef202878d964922.zip |
made space optional before era suffix
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |