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 31
31
rust : stable
32
32
- build : msrv
33
33
os : ubuntu-latest
34
- rust : 1.35 .0
34
+ rust : 1.39 .0
35
35
steps :
36
36
- uses : actions/checkout@master
37
37
- name : Install Rust
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ There are multiple ways to install mdBook.
24
24
25
25
2 . ** From Crates.io**
26
26
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
28
28
Rust, type the following in the terminal:
29
29
30
30
```
@@ -43,9 +43,9 @@ There are multiple ways to install mdBook.
43
43
This will constrain the server to install the latest ** non-breaking**
44
44
version of mdBook and will prevent your books from failing to build because
45
45
we released a new version.
46
-
46
+
47
47
You can also disable default features to speed up compile time.
48
-
48
+
49
49
Example:
50
50
51
51
```
You can’t perform that action at this time.
0 commit comments