Recently we added a use of `Arbitrary` for `[u8; 64]` (schnorr sig). I hit a build failure locally and discovered that - `arbitrary 1.0.0` does not implement `Arbitrary` for 64 byte array - We use `arbitrary = 1` in the `bitcoin` manifest - We have `arbitrary 1.3.2` in the `Cargo-minimal.lock` file Fix this all up by doing: - Use `1.0.1` in the `bitcoin` manifest because that is a hard minimum version required to build - Downgrade the `Cargo-minimal.lock` file to use `arbitrary v1.0.1` - Upgrade the `Cargo-recent.lock` file while we are at it for good measure. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml |