Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 36d0ea1

Browse files
committed
Remove lib section from manifest
The lib section we have is the same as the defaults, it is unnecessary. Now that we are using edition 2018 it makes sense to use the more modern form and not include an explicit lib section.
1 parent a7e3ff6 commit 36d0ea1

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
@@ -11,10 +11,6 @@ keywords = [ "crypto", "bitcoin", "hash", "digest" ]
1111
readme = "README.md"
1212
edition = "2018"
1313

14-
[lib]
15-
name = "bitcoin_hashes"
16-
path = "src/lib.rs"
17-
1814
[features]
1915
default = ["std"]
2016
std = []

0 commit comments

Comments
 (0)