• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

shinghim / rust-bitcoin / 11163305608
84%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2024 01:51PM UTC
Jobs 1
Files 99
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Sep 2024 01:05PM UTC coverage: 82.619% (-0.008%) from 82.627%
11163305608

push

github

shinghim
Update lock files and downgrade minimum arbitrary

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.

18994 of 22990 relevant lines covered (82.62%)

18189.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11163305608.1 03 Oct 2024 01:51PM UTC 0
82.62
GitHub Action Run
Source Files on build 11163305608
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11163305608
  • 6c3468c2 on github
  • Prev Build on master (#11084074874)
  • Next Build on master (#11163404763)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc