We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6be8a06 + 7e312a3 commit b4a85daCopy full SHA for b4a85da
Cargo.lock
@@ -2100,9 +2100,9 @@ dependencies = [
2100
2101
[[package]]
2102
name = "mdbook"
2103
-version = "0.4.11"
+version = "0.4.12"
2104
source = "registry+https://github.com/rust-lang/crates.io-index"
2105
-checksum = "4ee73932975c44c485e541416d7c30abb31a053af7e49682f6e856f1e4d6ab2a"
+checksum = "0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4"
2106
dependencies = [
2107
"ammonia",
2108
"anyhow",
src/tools/rustbook/Cargo.toml
@@ -9,6 +9,6 @@ clap = "2.25.0"
9
env_logger = "0.7.1"
10
11
[dependencies.mdbook]
12
13
default-features = false
14
features = ["search"]
0 commit comments