File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 rust : stable
3232 - build : msrv
3333 os : ubuntu-latest
34- rust : 1.35 .0
34+ rust : 1.39 .0
3535 steps :
3636 - uses : actions/checkout@master
3737 - name : Install Rust
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ There are multiple ways to install mdBook.
2424
25252 . ** From Crates.io**
2626
27- This requires at least [ Rust] 1.35 and Cargo to be installed. Once you have installed
27+ This requires at least [ Rust] 1.39 and Cargo to be installed. Once you have installed
2828 Rust, type the following in the terminal:
2929
3030 ```
@@ -43,9 +43,9 @@ There are multiple ways to install mdBook.
4343 This will constrain the server to install the latest ** non-breaking**
4444 version of mdBook and will prevent your books from failing to build because
4545 we released a new version.
46-
46+
4747 You can also disable default features to speed up compile time.
48-
48+
4949 Example:
5050
5151 ```
You can’t perform that action at this time.
0 commit comments