We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d286208 commit 72ec73dCopy full SHA for 72ec73d
roxide-librocksdb-sys/Cargo.toml
@@ -46,7 +46,9 @@ uuid = { version = "1", features = ["v4"] }
46
47
[build-dependencies]
48
bindgen = { version = "0.65", default-features = false, features = ["runtime"] }
49
-cc = { version = "1.0", features = ["parallel"] }
+# 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"] }
52
duct = { version = "0.13.6", optional = true }
53
dunce = "1"
54
glob = "0.3"
0 commit comments