Skip to content

Commit 7067da1

Browse files
committed
Merge #1829: ci: remove cc pin to fix CI error
979f9d1 ci: remove `cc` pin to fix CI error (Wei Chen) Pull request description: ### Description `cc` dependency was unpinned to fix a clash with `cmake` that was causing CI errors. ### Changelog notice * Unpinned cc dependency. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: ValuedMammal: ACK 979f9d1 Tree-SHA512: 53264e36153609e9a9ebf4f67993e1f99d11c65d6695c2ed3739dfed059f9467f20e7dc5b965507bb207f56c63525afe13e0f6c2ba619e19d2e60fab6f04a7b0
2 parents cc15e5d + 979f9d1 commit 7067da1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/pin-msrv.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cargo update -p time --precise "0.3.20"
1515
cargo update -p home --precise "0.5.5"
1616
cargo update -p proptest --precise "1.2.0"
1717
cargo update -p url --precise "2.5.0"
18-
cargo update -p cc --precise "1.0.105"
1918
cargo update -p tokio --precise "1.38.1"
2019
cargo update -p tokio-util --precise "0.7.11"
2120
cargo update -p indexmap --precise "2.5.0"

0 commit comments

Comments
 (0)