Skip to content

Commit

Permalink
Add additional builds on 1.50 and 1.51 validating addr_of codepath
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 25, 2021
1 parent be89adf commit 1295b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable]
rust: [nightly, beta, stable, 1.51.0, 1.50.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 1295b1f

Please sign in to comment.