Skip to content

Commit b6f169f

Browse files
committed
Improve manifest whitespace
Mirror the whitespacing in `rust-bitcoin` by doing: - Only use single line of whitespace between sections - Separate optional dependencies from non-optional ones
1 parent dc90a43 commit b6f169f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ global-context-less-secure = []
3737

3838
[dependencies]
3939
secp256k1-sys = { version = "0.4.2", default-features = false, path = "./secp256k1-sys" }
40+
4041
bitcoin_hashes = { version = "0.10", optional = true }
4142
rand = { version = "0.6", default-features = false, optional = true }
4243
serde = { version = "1.0", default-features = false, optional = true }
4344

44-
4545
[dev-dependencies]
4646
rand = "0.6"
4747
rand_core = "0.4"

0 commit comments

Comments
 (0)