You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we activate the "bitcoin/rand-std" feature unconditionally
in `json`. Some users may not wish to use the bitcoin "rand" feature.
Add a "rand" feature to `json` and `client` and use it to activate
"rand-std" in `bitcoin`.
The crates currently have no features, this is the first. In order to be
less of a breaking change also add a "default" feature and enable "rand"
from "default".
0 commit comments