File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
rust :
16
16
- stable
17
- - 1.31 .0
17
+ - 1.36 .0
18
18
steps :
19
19
- uses : actions/checkout@v1
20
20
- uses : actions-rs/toolchain@v1
33
33
rust :
34
34
- stable
35
35
- nightly
36
- - 1.31 .0
36
+ - 1.36 .0
37
37
steps :
38
38
- uses : actions/checkout@v1
39
39
- uses : actions-rs/toolchain@v1
55
55
matrix :
56
56
rust :
57
57
- stable
58
- - 1.31 .0
58
+ - 1.36 .0
59
59
steps :
60
60
- uses : actions/checkout@v1
61
61
- uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This library provides a convenient derive macro for the standard library's
14
14
displaydoc = " 0.2"
15
15
```
16
16
17
- * Compiler support: requires rustc 1.31 +*
17
+ * Compiler support: requires rustc 1.36 +*
18
18
19
19
<br >
20
20
Original file line number Diff line number Diff line change 8
8
//! displaydoc = "0.2"
9
9
//! ```
10
10
//!
11
- //! *Compiler support: requires rustc 1.31 +*
11
+ //! *Compiler support: requires rustc 1.36 +*
12
12
//!
13
13
//! <br>
14
14
//!
You can’t perform that action at this time.
0 commit comments