do not enable bitcoin-io by default
This commit is contained in:
parent
a14cdaf859
commit
dae42bef9d
|
@ -15,7 +15,7 @@ exclude = ["tests", "contrib"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = ["alloc", "hex/std", "bitcoin-io/std"]
|
std = ["alloc", "hex/std", "bitcoin-io?/std"]
|
||||||
alloc = ["hex/alloc"]
|
alloc = ["hex/alloc"]
|
||||||
schemars = ["dep:schemars", "alloc"]
|
schemars = ["dep:schemars", "alloc"]
|
||||||
# If you want I/O you must enable either "std" or "io".
|
# If you want I/O you must enable either "std" or "io".
|
||||||
|
|
Loading…
Reference in New Issue