Skip to content

Commit

Permalink
Adjust leftover MSRV references
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed May 12, 2023
1 parent 84be992 commit ce860dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- run: cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi
- run: cargo build --manifest-path tests/rust-2015/Cargo.toml --target thumbv6m-none-eabi
- run: cargo minimal-versions build --workspace --all-features --ignore-private
if: matrix.rust != '1.37'
if: matrix.rust != '1.56'

miri:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
pin-project = "1"
```
*Compiler support: requires rustc 1.37+*
*Compiler support: requires rustc 1.56+*
## Examples
Expand Down

0 comments on commit ce860dd

Please sign in to comment.