Skip to content

Commit ce43c85

Browse files
committed
1 parent 875a7a0 commit ce43c85

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write # for Git to git push
1414
runs-on: ubuntu-latest
1515
env:
16-
MDBOOK_VERSION: 0.4.51
16+
MDBOOK_VERSION: 0.5.1
1717
steps:
1818
- uses: actions/checkout@v5
1919
with:

guide/book.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[book]
22
language = "en"
3-
multilingual = false
4-
src = "src"
53
title = "cargo-bisect-rustc"
64

75
[output.html]
8-
curly-quotes = true
96
git-repository-url = "https://github.com/rust-lang/cargo-bisect-rustc/tree/master/guide/src"
107
edit-url-template = "https://github.com/rust-lang/cargo-bisect-rustc/edit/master/guide/{path}"

0 commit comments

Comments
 (0)