]> Untitled Git - bdk/commit
ci: fix build-test job with --no-default-features, add miniscript/no-std
authorSteve Myers <steve@notmandatory.org>
Tue, 1 Oct 2024 19:33:27 +0000 (14:33 -0500)
committerSteve Myers <steve@notmandatory.org>
Tue, 1 Oct 2024 19:35:48 +0000 (14:35 -0500)
commit0e8082437401eccdef30737e739381d295530547
tree6151651367e72394af9c07b86454ae675148cfbe
parent139d9719d35e347a0e7d6a4a5af0e96d78533517
ci: fix build-test job with --no-default-features, add miniscript/no-std

Until rust-miniscript removes the no-std feature we need to enable it
when --no-default-features is used to build bdk_wallet or the
whole workspace. See also the check-no-std job which does the same plus
enables the bdk_chain/hashbrown feature which is also needed to build
bdk_wallet with --no-default-features but is already enabled when
building the whole workspace.
.github/workflows/cont_integration.yml