Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable unnecessary features of
zip
(lambdaclass#1832)
We've discovered that using the `cairo-vm` crate in our projects brings in a lot of unnecessary dependencies and in the end leads to our binary being linked with the `libbz2` library. Turns out that neither of these is actually required and this happens because the `zip` crate has a large number of features enabled by default. This change disables all `zip` features except `deflate` which the code actually uses.
- Loading branch information