This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Commit 5dc3fd4
committed
Add TODO about features to test once we bump MSRV
We get build errors when building with Rust 1.29 for `core2` and
`schemars`. Add todos to remind us to test theses once we bump MSRV.
Note the `schemars` cannot be added to the test matrix because it must
be built with `std`, we must add a specific test for this combination.
Example build error:
```
error: unable to get packages from source
Caused by:
failed to parse manifest at `/home/tobin/.cargo/registry/src/github.com-1ecc6299db9ec823/core2-0.3.3/Cargo.toml`
Caused by:
editions are unstable
Caused by:
feature `edition` is required
```
Add a TODO to `test.sh` to remind us to add `core2` to the features
matrix once we bump MSRV.
Add a commented out schemars/std test and a note to uncomment test once
we bump MSRV past 1.291 parent 41807c0 commit 5dc3fd4
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
0 commit comments