Skip to content

Commit 853dda4

Browse files
committed
ci: no-std requires hashbrown
1 parent 46c218a commit 853dda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- version: 1.63.0 # Overall MSRV
3030
- version: 1.75.0 # Specific MSRV for `bdk_electrum`
3131
features:
32-
- --no-default-features --features miniscript/no-std
32+
- --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
3333
- --all-features
3434
steps:
3535
- name: checkout

0 commit comments

Comments
 (0)