We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1067a commit 0eaa4e9Copy full SHA for 0eaa4e9
lmdb-sys/Cargo.toml
@@ -28,7 +28,7 @@ libc = "0.2"
28
[build-dependencies]
29
pkg-config = "0.3"
30
cc = "1.0"
31
-bindgen = { version = "0.53.2", default-features = false, optional = true }
+bindgen = { version = "0.53.2", default-features = false, optional = true, features = ["runtime"] }
32
33
[features]
34
default = []
0 commit comments