Skip to content

Commit 1295b1f

Browse files
committed
Add additional builds on 1.50 and 1.51 validating addr_of codepath
1 parent be89adf commit 1295b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust: [nightly, beta, stable]
15+
rust: [nightly, beta, stable, 1.51.0, 1.50.0]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)