We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8486b5 commit 973dfc9Copy full SHA for 973dfc9
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
runs-on: ubuntu-20.04
58
strategy:
59
matrix:
60
- rust: ["1.40.0", "stable", "beta", "nightly"]
+ rust: ["1.46.0", "stable", "beta", "nightly"]
61
name: Test Suite (${{ matrix.rust }})
62
steps:
63
- uses: actions/checkout@v2
0 commit comments