We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab5b9ae + 65675ad commit 9a22f99Copy full SHA for 9a22f99
Cargo.lock
@@ -1973,9 +1973,9 @@ dependencies = [
1973
1974
[[package]]
1975
name = "mdbook"
1976
-version = "0.4.3"
+version = "0.4.5"
1977
source = "registry+https://github.com/rust-lang/crates.io-index"
1978
-checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
+checksum = "21251d3eb9ca5e8ac5b73384ddaa483a9bbc7d7dcd656b1fa8f266634810334a"
1979
dependencies = [
1980
"ammonia",
1981
"anyhow",
src/tools/rustbook/Cargo.toml
@@ -10,6 +10,6 @@ clap = "2.25.0"
10
env_logger = "0.7.1"
11
12
[dependencies.mdbook]
13
14
default-features = false
15
features = ["search"]
0 commit comments