Skip to content

Commit f194e0b

Browse files
committed
Bump MSRV to 1.39.
1 parent 073f85d commit f194e0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are multiple ways to install mdBook.
2424

2525
2. **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
```

0 commit comments

Comments
 (0)