chore: unpin cc (#7891)

This commit is contained in:
DaniPopes
2024-04-25 18:45:11 +02:00
committed by GitHub
parent 6d1aab5380
commit 57e3f40dda
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,5 @@ name = "reth_mdbx_sys"
libc = "0.2"
[build-dependencies]
## temp pin <https://github.com/rust-lang/cc-rs/issues/963>
cc = "=1.0.83"
cc = "1.0"
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }