Skip to content

Commit ba4c0fa

Browse files
committed
Cargo: Remove libc
We no longer use any of its types. We test using constants defined in C.
1 parent e77330c commit ba4c0fa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo-recent.lock

-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ version = "0.2.0"
368368
dependencies = [
369369
"bitcoin_hashes",
370370
"cc",
371-
"libc",
372371
]
373372

374373
[[package]]

simplicity-sys/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rust-version = "1.58.0"
1313
cc = "1.0.83"
1414

1515
[dependencies]
16-
libc = "0.2"
1716
hashes = { package = "bitcoin_hashes", version = "0.13" }
1817

1918
[features]

0 commit comments

Comments
 (0)