Try to decrease dependencies#211
Conversation
|
Thanks for the PR!
|
|
FYI it seems weird to use |
1ad8bae to
ab063c6
Compare
|
Ok, it updated Updating the cargo.lock without this PR results in: With this PR: Not a massive change, but a change non the less. (80 less insertions and 77 more deletions) |
|
Seems like travis fails on |
|
Ugh, it looks like a C compiler is necessary now while it wasn't necessary before; But you have a good point. I've just removed the |
The time it takes to compile this library is getting pretty long. especially on CIs.
This is a naive start to hopefully decrease compile time.
here I just disabled unused features in dependencies(just this removed around 80 lines in the Cargo.lock)