Skip to content

Commit 4016843

Browse files
committed
Put dep on single line
Using multiple lines makes the dependency seem a bit noisy to me. Put the `minreq` build-dependency on a single line.
1 parent 5afc0ab commit 4016843

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

node/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ env_logger = "0.9.0"
2727
bitcoin_hashes = { version = ">= 0.13, <= 0.14", optional = true }
2828
flate2 = { version = "1.0", optional = true }
2929
tar = { version = "0.4", optional = true }
30-
minreq = { version = "2.9.1", default-features = false, features = [
31-
"https",
32-
], optional = true }
30+
minreq = { version = "2.9.1", default-features = false, features = ["https"], optional = true }
3331
zip = { version = "0.6", optional = true }
3432
anyhow = "1.0.66"
3533

0 commit comments

Comments
 (0)