Skip to content

Commit

Permalink
bump msrv for hex-literal and opaque-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 2, 2020
1 parent 73f564b commit 3a2a91e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hex-literal.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.31.0 # MSRV
- 1.36.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
rust:
- 1.31.0 # MSRV
- 1.36.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/opaque-debug.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.31.0 # MSRV
- 1.36.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
rust:
- 1.31.0 # MSRV
- 1.36.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 3a2a91e

Please sign in to comment.