Skip to content

Commit 4fd3519

Browse files
authored
Merge pull request #33 from yaahc/trybuild-broke-the-build
bump minimum version test to 1.36 to mirror trybuild
2 parents 4857211 + e7184dd commit 4fd3519

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
rust:
1616
- stable
17-
- 1.31.0
17+
- 1.36.0
1818
steps:
1919
- uses: actions/checkout@v1
2020
- uses: actions-rs/toolchain@v1
@@ -33,7 +33,7 @@ jobs:
3333
rust:
3434
- stable
3535
- nightly
36-
- 1.31.0
36+
- 1.36.0
3737
steps:
3838
- uses: actions/checkout@v1
3939
- uses: actions-rs/toolchain@v1
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
rust:
5757
- stable
58-
- 1.31.0
58+
- 1.36.0
5959
steps:
6060
- uses: actions/checkout@v1
6161
- uses: actions-rs/toolchain@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This library provides a convenient derive macro for the standard library's
1414
displaydoc = "0.2"
1515
```
1616

17-
*Compiler support: requires rustc 1.31+*
17+
*Compiler support: requires rustc 1.36+*
1818

1919
<br>
2020

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! displaydoc = "0.2"
99
//! ```
1010
//!
11-
//! *Compiler support: requires rustc 1.31+*
11+
//! *Compiler support: requires rustc 1.36+*
1212
//!
1313
//! <br>
1414
//!

0 commit comments

Comments
 (0)