Add note to not update toml.
This commit is contained in:
parent
aed991f75f
commit
fbfe887084
|
@ -33,7 +33,7 @@ serde = { version = "1.0.163", features = ["derive"] }
|
||||||
serde_json = "1.0.96"
|
serde_json = "1.0.96"
|
||||||
shlex = "1.1.0"
|
shlex = "1.1.0"
|
||||||
tempfile = "3.4.0"
|
tempfile = "3.4.0"
|
||||||
toml = "0.5.11"
|
toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037
|
||||||
topological-sort = "0.2.2"
|
topological-sort = "0.2.2"
|
||||||
|
|
||||||
# Watch feature
|
# Watch feature
|
||||||
|
|
Loading…
Reference in New Issue