Closed ZibanPirate closed 1 week ago
Note: blocker for #60
crate features should be able to coexist together with no conflict, as stated by cargo docs:
https://doc.rust-lang.org/cargo/reference/features.html#mutually-exclusive-features
What changed:
cargo test --all-features
Note: blocker for #60
Description
crate features should be able to coexist together with no conflict, as stated by cargo docs:
https://doc.rust-lang.org/cargo/reference/features.html#mutually-exclusive-features
What changed:
cargo test --all-features
)Type of change