We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0bcb5 commit 6a8663aCopy full SHA for 6a8663a
src/tools/rustbook/Cargo.lock
@@ -885,9 +885,9 @@ dependencies = [
885
886
[[package]]
887
name = "mdbook"
888
-version = "0.4.50"
+version = "0.4.51"
889
source = "registry+https://github.com/rust-lang/crates.io-index"
890
-checksum = "f72bc08f096e1fb15cfc382babe218317c2897d2040f967c4db40d156ca28e21"
+checksum = "a87e65420ab45ca9c1b8cdf698f95b710cc826d373fa550f0f7fad82beac9328"
891
dependencies = [
892
"ammonia",
893
"anyhow",
src/tools/rustbook/Cargo.toml
@@ -15,6 +15,6 @@ mdbook-i18n-helpers = "0.3.3"
15
mdbook-spec = { path = "../../doc/reference/mdbook-spec" }
16
17
[dependencies.mdbook]
18
19
default-features = false
20
features = ["search"]
0 commit comments