Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use -sys in -rs with default features enabled
The -rs crate passes the features through one by one and enables them by default by having them in its default config. However, disabling features does not work, since -sys is always loaded with default features. Therefore disable default features for -sys and everything works as expected.
- Loading branch information