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.
2 parents 9cf5443 + d7e3373 commit c3c0f0bCopy full SHA for c3c0f0b
.github/workflows/main.yml
@@ -4,7 +4,7 @@ on:
4
merge_group:
5
6
env:
7
- MDBOOK_VERSION: 0.4.40
+ MDBOOK_VERSION: 0.5.1
8
9
jobs:
10
test:
README.md
@@ -17,12 +17,12 @@ You can also build the book and read it locally if you'd like.
17
18
### Requirements
19
20
-Building the book requires [mdBook] 0.4. To get it:
+Building the book requires [mdBook] 0.5. To get it:
21
22
[mdBook]: https://github.com/rust-lang/mdBook
23
24
```bash
25
-$ cargo install mdbook
+$ cargo install mdbook@^0.5
26
```
27
28
### Building
0 commit comments