Skip to content

Commit 72ec73d

Browse files
Pin cc-rs to 1.0.83 (#37)
1 parent d286208 commit 72ec73d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roxide-librocksdb-sys/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ uuid = { version = "1", features = ["v4"] }
4646

4747
[build-dependencies]
4848
bindgen = { version = "0.65", default-features = false, features = ["runtime"] }
49-
cc = { version = "1.0", features = ["parallel"] }
49+
# Patch version is pinned because of this issue which causes failing MacOS builds:
50+
# https://github.com/rust-lang/cc-rs/issues/1001
51+
cc = { version = "= 1.0.83", features = ["parallel"] }
5052
duct = { version = "0.13.6", optional = true }
5153
dunce = "1"
5254
glob = "0.3"

0 commit comments

Comments
 (0)