Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Disable signature verification when not needed
`ring` is failing to compile for wasm targets. Only the signature verification requires `ring` and is only useful when either `hyper` or `axum` features are enabled. Thus disabling signature verification and thus `ring` compilation when neither `hyper` or `axum` are enabled.
- Loading branch information