Skip to content

Ensure only system or static is selected

The current selection of features does not play nice with cargo, as both features can be selected at once leading to a confusing situation as to what library one is linking against.

This PR only exposes the static feature, where system is the result of not(static)

This PR is a breaking change as it removes a cargo feature

Edited by Magnus Ulimoen

Merge request reports

Loading