Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Add TODO about core2 and the test feature matrix
Browse files Browse the repository at this point in the history
`core2` is not part of the feature matrix; the core2 feature cannot be
built with Rust 1.29

```
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.
  • Loading branch information
tcharding committed Feb 1, 2022
1 parent 7998fac commit 746f39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh -ex

# TODO: Add core2 here once we bump MSRV.
FEATURES="serde serde-std std"

if [ "$DO_ALLOC_TESTS" = true ]; then
Expand Down

0 comments on commit 746f39e

Please sign in to comment.