Skip to content

Commit 24d8faa

Browse files
authored
Merge pull request #62 from mbrubeck/travis
Update MSRV to 1.36.0.
2 parents 7c4f712 + c5c1923 commit 24d8faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
rust: [1.31.0, stable, beta, nightly]
13+
rust: [1.36.0, stable, beta, nightly]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)