iotaledger / crypto.rs

The canonical source of cryptographic ground-truth for IOTA projects that use Rust.
https://iota.org
64 stars 22 forks source link

Fix coverage check #225

Closed wulfraem closed 2 months ago

wulfraem commented 2 months ago

Description of change

This PR updates the code instrument-coverage flag to be set as a stable option, as this option has moved from unstable to stable.

Updated clippy found unexpected cfgs has_i128 and has_u128. As those are set in the build.rs, linting rule has been configured in Cargo.toml to allow the known two cfgs.

It also adds a changelog entry for the previous (#223).

Type of change

Choose a type of change, and delete any options that are not relevant.

How the change has been tested

Code coverage command from CI ran successfully in local tests.

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.