Skip to content

Commit c3c0f0b

Browse files
authored
Merge pull request #381 from ehuss/mdbook-0.5
Update to mdbook 0.5
2 parents 9cf5443 + d7e3373 commit c3c0f0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
merge_group:
55

66
env:
7-
MDBOOK_VERSION: 0.4.40
7+
MDBOOK_VERSION: 0.5.1
88

99
jobs:
1010
test:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ You can also build the book and read it locally if you'd like.
1717

1818
### Requirements
1919

20-
Building the book requires [mdBook] 0.4. To get it:
20+
Building the book requires [mdBook] 0.5. To get it:
2121

2222
[mdBook]: https://github.com/rust-lang/mdBook
2323

2424
```bash
25-
$ cargo install mdbook
25+
$ cargo install mdbook@^0.5
2626
```
2727

2828
### Building

0 commit comments

Comments
 (0)