Skip to content

Commit ce28fe3

Browse files
authored
chore: pin cc (#6804)
1 parent a5aff75 commit ce28fe3

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Cargo.lock

+12-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/storage/libmdbx-rs/mdbx-sys/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ name = "reth_mdbx_sys"
1515
libc = "0.2"
1616

1717
[build-dependencies]
18-
cc = "1.0"
18+
## temp pin <https://github.com/rust-lang/cc-rs/issues/963>
19+
cc = "=1.0.83"
1920
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }

0 commit comments

Comments
 (0)