Skip to content

Commit

Permalink
do not enable bitcoin-io by default
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Aug 26, 2024
1 parent a14cdaf commit dae42be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit dae42be

Please sign in to comment.