Closed pinkforest closed 1 year ago
The missing test in CI:
Testing that std is not required with a target that does not have it by cargo-hack excluding default, std and serde
std
cargo-hack
default
serde
serde is excluded and when this test is merged and re-based into #288 it can be tested there with the fix there for serde.
The missing test in CI:
Testing that
std
is not required with a target that does not have it bycargo-hack
excludingdefault
,std
andserde
serde
is excluded and when this test is merged and re-based into #288 it can be tested there with the fix there forserde
.