Delete support for compilers without dynamically sized Rc construction

This commit is contained in:
David Tolnay
2023-07-27 22:38:04 -07:00
parent 89976c2712
commit 27c8b2d66a
5 changed files with 8 additions and 51 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.20.0, 1.21.0, 1.25.0, 1.26.0, 1.34.0]
rust: [1.21.0, 1.25.0, 1.26.0, 1.34.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v3