Skip to content

Commit 0eaa4e9

Browse files
committed
Specify the "runtime" feature of bindgen.
As it became non-default in rust-lang/rust-bindgen#1620.
1 parent 3f1067a commit 0eaa4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ libc = "0.2"
2828
[build-dependencies]
2929
pkg-config = "0.3"
3030
cc = "1.0"
31-
bindgen = { version = "0.53.2", default-features = false, optional = true }
31+
bindgen = { version = "0.53.2", default-features = false, optional = true, features = ["runtime"] }
3232

3333
[features]
3434
default = []

0 commit comments

Comments
 (0)