Commit 27bc329
committed
Merge #449: Add feature "serde"
88b1f53 Add feature "seder" (Tobin C. Harding)
Pull request description:
As we did in `rust-bitcoin`; change the "serde" feature to
"actual-serde" and use `package = "serde"`. This allows users of
miniscript to use "serde" as the feature enabling serde instead of our
custom "use-serde".
Fix: #438
ACKs for top commit:
apoelstra:
ACK 88b1f53
Tree-SHA512: 3ea0e1d596190ebe7bc88e972f931fadfcc7ae014ad07e7153de7988ff4e66c35f1505ebd9d5e7a2b54ec973ee4c52d2c0d1b0e954feae3d02ea0d7511cb7fd13 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments