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

Commit 4331244

Browse files
committed
Merge #158: Remove lib section from manifest
36d0ea1 Remove lib section from manifest (Tobin C. Harding) Pull request description: 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. ACKs for top commit: apoelstra: ACK 36d0ea1 Tree-SHA512: c522ebc8fa7f1114bcada08e93574dbcd2bc180631449a272921f926a38f1de8437e3cd1c6b449e4a032a893516b8674dead0b9a3664bab527ef1dfcf6aa7c14
2 parents a7e3ff6 + 36d0ea1 commit 4331244

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)