produce Tag instances in the parser (#260)

and..
* fix usage-docs plugin
* upgrade mdbook
This commit is contained in:
Dustin J. Mitchell 2021-06-04 09:26:12 -04:00 committed by GitHub
parent 5a454a5dfd
commit 5f28eb3a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 62 additions and 80 deletions

View file

@ -27,7 +27,7 @@ lazy_static = "1"
iso8601-duration = "0.1"
# only needed for usage-docs
mdbook = { version = "0.4", optional = true }
mdbook = { version = "0.4.9", optional = true }
serde_json = { version = "*", optional = true }
[dependencies.taskchampion]