Skip to content

Commit d134c5d

Browse files
authored
Merge pull request #106 from TheCharlatan/reduce_build_deps
Update and reduce build time dependencies
2 parents e482e69 + 45a8c06 commit d134c5d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

libbitcoinkernel-sys/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ exclude = [
4949
]
5050
publish = true
5151

52-
[dependencies]
53-
libc = "0.2"
54-
5552
[build-dependencies]
56-
cc = "1.0"
57-
pkg-config = "0.3"
58-
bindgen = "0.71"
53+
cc = "1.2"
54+
bindgen = "0.72"

0 commit comments

Comments
 (0)