Commit 7f0e73b
committed
Merge #39: Leave
ac52e95 Leave `rust-bitcoin` compilation flags untouched (Matt Corallo)
Pull request description:
Because `wasm_bindgen` enables a hobbled `std` mode by default (where you can "use" the full std, but random bits of it panic), `wasm_bindgen` users really should use `no_std` builds where possible. However, cargo makes this very difficult - crates with `no_std` flags can be silently made `std` just by one dependency setting the flag silently.
This happens here by leaving default-features enabled. Luckily, we can simply disable `default-features` and everything else remains.
ACKs for top commit:
notmandatory:
ACK ac52e95
Tree-SHA512: a42d0dbfb1b07f7e218e887c6cb8b4b74b3c5854db3d596a7e8e259a4b54b6737bca9997cff22bbf8768d93b300616e03a79c153106cb23b57022b882afcb8b1rust-bitcoin compilation flags untouched1 file changed
+1
-1
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 | | |
| |||
0 commit comments