Commit 89f5568
committed
Merge #37: fix: add conditional FloatExt import for no_std builds
9becc09 fix: add conditional FloatExt import for no_std build (Abiodun)
Pull request description:
Fixes compilation error when building with `--no-default-features` by adding a conditional import of the `FloatExt` trait in `feerate.rs`.
* [x] I've signed all my commits
* [x] I ran `cargo fmt` and `cargo clippy` before committing
* [x] CHANGELOG.md updated
Fixes #36
ACKs for top commit:
evanlinjin:
ACK 9becc09
Tree-SHA512: 99fc582a9a0efd23025abe8cdbcfa5719acb0d776b3dfe3f9b2ed21a8b33cd1757b2807a12b13bd32def1b1e075d173d88b34c8f87b0d90ec593041828f8e36c2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments