Skip to content

Commit fbfe887

Browse files
committed
Add note to not update toml.
1 parent aed991f commit fbfe887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serde = { version = "1.0.163", features = ["derive"] }
3333
serde_json = "1.0.96"
3434
shlex = "1.1.0"
3535
tempfile = "3.4.0"
36-
toml = "0.5.11"
36+
toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037
3737
topological-sort = "0.2.2"
3838

3939
# Watch feature

0 commit comments

Comments
 (0)