Commit 10c42dc
committed
fix: correct Cargo.toml and refactor test utils
Since there is no way we can enable miniscript/no-std for
bdk_chain::miniscript, cargo throws up an error when compiling with
`--no-default-features`. Adding miniscript as another dependency does
not resolve the issue because bdk_chain/miniscript is also required.
Removed unnecessary links from docs as just learned that docs.rs can
infers the links to dependencies.1 parent 6e5c9f4 commit 10c42dc
File tree
4 files changed
+242
-136
lines changed- crates/testenv
- src
4 files changed
+242
-136
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments