pin mdbook version

This commit is contained in:
Dustin J. Mitchell 2021-06-09 15:38:36 -04:00
parent ebdae1f44a
commit 31ff46bee6
4 changed files with 10 additions and 7 deletions

View file

@ -27,7 +27,8 @@ lazy_static = "1"
iso8601-duration = "0.1"
# only needed for usage-docs
mdbook = { version = "0.4.9", optional = true }
# if the mdbook version changes, change it in .github/workflows/publish-docs.yml and .github/workflows/checks.yml as well
mdbook = { version = "0.4.10", optional = true }
serde_json = { version = "*", optional = true }
[dependencies.taskchampion]