do not enable bitcoin-io by default

This commit is contained in:
Antoni Spaanderman 2024-08-26 21:45:18 +02:00
parent a14cdaf859
commit dae42bef9d
No known key found for this signature in database
GPG Key ID: AE0B68E552E5DF8C
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ exclude = ["tests", "contrib"]
[features]
default = ["std"]
std = ["alloc", "hex/std", "bitcoin-io/std"]
std = ["alloc", "hex/std", "bitcoin-io?/std"]
alloc = ["hex/alloc"]
schemars = ["dep:schemars", "alloc"]
# If you want I/O you must enable either "std" or "io".