Ran
|
Jobs
1
|
Files
50
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Merge bitcoindevkit/bdk#1721: chore(deps): bump hashbrown to v0.14.5 52fa5404b chore(deps): bump hashbrown to v0.14.5, disable default features (Tommy Volk) Pull request description: Bump [`hashbrown`](https://crates.io/crates/hashbrown) to v0.15 I ran [`cargo build-all-features` and `cargo test-all-features`](https://github.com/frewsxcv/cargo-all-features) locally for the `core` crate with no issues. Here's the output for the former: ``` cargo build-all-features Building crate=bdk_core features=[] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s Building crate=bdk_core features=[hashbrown] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s Building crate=bdk_core features=[serde] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s Building crate=bdk_core features=[std] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s Building crate=bdk_core features=[hashbrown,serde] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s Building crate=bdk_core features=[hashbrown,std] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s Building crate=bdk_core features=[serde,std] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s Building crate=bdk_core features=[hashbrown,serde,std] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s ``` The relevant changelog can be found between [here](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md#v0100---2021-01-16) and [here](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md#v0151---2024-11-03) The only notable breaking change I found was that the MSRV was bumped to v1.63. However, this is the same MSRV as we already use, so it's not a breaking change for us. ACKs for top commit: notmandatory: ACK 52fa5404bdecc96... (continued)
11514 of 13893 relevant lines covered (82.88%)
18755.01 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11958849957.1 | 50 |
82.88 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|