Skip to content

fix: add conditional FloatExt import for no_std builds#37

Merged
evanlinjin merged 1 commit intobitcoindevkit:masterfrom
aagbotemi:fix/no-std-build
Feb 8, 2026
Merged

fix: add conditional FloatExt import for no_std builds#37
evanlinjin merged 1 commit intobitcoindevkit:masterfrom
aagbotemi:fix/no-std-build

Conversation

@aagbotemi
Copy link
Contributor

Fixes compilation error when building with --no-default-features by adding a conditional import of the FloatExt trait in feerate.rs.

  • I've signed all my commits
  • I ran cargo fmt and cargo clippy before committing
  • CHANGELOG.md updated

Fixes #36

Copy link
Member

@evanlinjin evanlinjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 9becc09

Thanks for the fix!

@evanlinjin evanlinjin merged commit 89f5568 into bitcoindevkit:master Feb 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to build with no default features?

2 participants