Skip to content

Commit ddd61f0

Browse files
committed
Remove unnecessary section from manifest
We are currently explicitly setting fields in the manifest `[lib]` section to their defaults, this is unnecessary.
1 parent 7a4fbbf commit ddd61f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ exclude = ["/depend/bitcoin/.github/**", "/depend/bitcoin/.tx/**", "/depend/bitc
1313
build = "build.rs"
1414
edition = "2018"
1515

16-
[lib]
17-
name = "bitcoinconsensus"
18-
path = "src/lib.rs"
19-
2016
[features]
2117
default = ["std"]
2218
std = []

0 commit comments

Comments
 (0)