Skip to content

Commit

Permalink
node: Remove the default feature
Browse files Browse the repository at this point in the history
The `default` feature is problematic because it overrides
`--features=xyz` if `--no-default-features` is used.

Remove it.
  • Loading branch information
tcharding committed Jan 23, 2025
1 parent 7425715 commit ccac13d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ anyhow = "1.0.66"
# - To use --no-default-features you must configure the bitcoind binary to be version 28 either by having `bitcoind` in your path or using `BITCOIND_EXE=/path/to/bitcoind`.
# - `cargo test --no-default-features` uses `v28_0` also.
[features]
default = ["28_0"]

# download is not supposed to be used directly only through selecting one of the version feature
download = ["bitcoin_hashes", "flate2", "tar", "minreq", "zip"]

Expand Down

0 comments on commit ccac13d

Please sign in to comment.