summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-11-24 19:32:26 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-11-24 19:32:26 -0500
commit6dcd85c36b8c863acef1f8aa5140aa0e2b00d6d1 (patch)
tree8cc3b80f8eb03d91f6c277eed0b6a3f6f02b5282
parented7085881a6005f96399dfaaa8f84bdcd596ee02 (diff)
downloadtwo-timer-6dcd85c36b8c863acef1f8aa5140aa0e2b00d6d1.zip
documentation fix
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7d14a35..c9e84e2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -190,6 +190,7 @@ slower than the Perl version. To address this I added an optional feature to two
```toml
[dependencies.two_timer]
+version = "~1.3.0"
features = ["small_grammar"]
```