Commit 8b477cd
committed
ci: check direct minimal versions
Switch minimal-versions CI check to direct-minimal-versions
Avoids failures caused by incorrect lower bounds in transitive
dependencies (e.g. native-tls 0.2.12 declaring openssl ^0.10.29
but requiring >= 0.10.46 for Pkcs12::parse2). direct-minimal-
versions only resolves our own declared lower bounds to their minimums.1 parent f5cdf33 commit 8b477cd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments