We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b544e7 + 945a732 commit 7ff5b44Copy full SHA for 7ff5b44
Cargo.lock
@@ -1848,9 +1848,9 @@ dependencies = [
1848
1849
[[package]]
1850
name = "mdbook"
1851
-version = "0.4.2"
+version = "0.4.3"
1852
source = "registry+https://github.com/rust-lang/crates.io-index"
1853
-checksum = "b75e31ae4eaa0e45e17ee2b6b9e3ed969c3c6ff12bb4c2e352c42493f4ebb706"
+checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
1854
dependencies = [
1855
"ammonia",
1856
"anyhow",
src/tools/rustbook/Cargo.toml
@@ -9,6 +9,6 @@ edition = "2018"
9
clap = "2.25.0"
10
11
[dependencies.mdbook]
12
-version = "0.4.0"
13
default-features = false
14
features = ["search"]
0 commit comments