|
Ran
|
Jobs
1
|
Files
103
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#3426: Update lock files and downgrade minimum arbitrary <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/adf2fa3113bb22d306d2c6014acf8495ef5b33b2">adf2fa311 Update lock files and downgrade minimum arbitrary (Tobin C. Harding) Pull request description: 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. ACKs for top commit: shinghim: ACK adf2fa3113bb22d306d2c6014acf8495ef5b33b2 apoelstra: ACK adf2fa3113bb22d306d2c6014acf8495ef5b33b2 successfully ran local tests Tree-SHA512: 7be48d208f6bd2deb8ad5693b0f349d0b18
19115 of 23178 relevant lines covered (82.47%)
18749.59 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 11351760414.1 | 0 |
82.47 |
GitHub Action Run |