Delete support for compilers without CString::into_boxed_c_str

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