edef1c / libfringe

a Rust library implementing safe, lightweight context switches, without relying on kernel services
https://edef1c.github.io/libfringe
Apache License 2.0
512 stars 31 forks source link

Fix usage of default-features key #64

Closed rhn closed 7 years ago

rhn commented 7 years ago

The key to skip default features is default-features = false, and not no-default-features = true in cargo 0.16.0-nightly