Skip to content

Commit

Permalink
Merge branch 'master' into allow-display-if-param-impls-display
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc authored Oct 8, 2021
2 parents f6433f4 + 721d9ad commit 1286462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
rust:
- stable
- 1.37.0
- 1.45.0
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand All @@ -33,7 +33,7 @@ jobs:
rust:
- stable
- nightly
- 1.37.0
- 1.45.0
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand All @@ -55,7 +55,7 @@ jobs:
matrix:
rust:
- stable
- 1.37.0
- 1.45.0
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library provides a convenient derive macro for the standard library's
displaydoc = "0.2"
```

*Compiler support: requires rustc 1.36+*
*Compiler support: requires rustc 1.45+*

<br>

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! displaydoc = "0.2"
//! ```
//!
//! *Compiler support: requires rustc 1.36+*
//! *Compiler support: requires rustc 1.45+*
//!
//! <br>
//!
Expand Down

0 comments on commit 1286462

Please sign in to comment.