1
Fork 0

Depend on the tested mdbook version

This commit is contained in:
Jan-Erik Rediger 2021-01-06 16:30:02 +01:00
parent e8e54e74ea
commit 77b6ebd0d0
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -740,9 +740,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "mdbook"
version = "0.4.3"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
checksum = "21251d3eb9ca5e8ac5b73384ddaa483a9bbc7d7dcd656b1fa8f266634810334a"
dependencies = [
"ammonia",
"anyhow",

View file

@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-toc"
edition = "2018"
[dependencies]
mdbook = "0.4.3"
mdbook = "0.4.5"
pulldown-cmark = "0.7.0"
pulldown-cmark-to-cmark = "4.0.2"
env_logger = "0.7.1"