Commit 89515f7
committed
Test minimal versions in CI
Add testing for `-Z minimal-versions` in CI.
This does not add `-Zdirect-minimal-versions` since it fails to resolve:
```
error: failed to select a version for `flate2`.
... required by package `zip v1.1.0`
... which satisfies dependency `zip = "^1.0.0"` of package `python-pkginfo v0.6.1 (/home/konsti/projects/python-pkginfo-rs)`
versions that meet the requirements `^1.0.28` are: 1.0.30, 1.0.29, 1.0.28
all possible versions conflict with previously selected packages.
previously selected package `flate2 v1.0.20`
... which satisfies dependency `flate2 = "^1.0.20"` of package `python-pkginfo v0.6.1 (/home/konsti/projects/python-pkginfo-rs)`
failed to select a version for `flate2` which could resolve this conflict
```
It also does not test with all features, since pulling in the deprecated formats pulls in filetime 0.1.0 which fails to compile.1 parent b9b8386 commit 89515f7
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
30 | 40 | | |
31 | 41 | | |
32 | 42 | | |
| |||
0 commit comments