Skip to content

Commit

Permalink
static bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 2, 2024
1 parent e798ad5 commit e772db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ uuid = { version = "1.0", features = ["v4"] }

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }
bindgen = { version = "0.69", default-features = false, features = ["static"] }
glob = "0.3"
pkg-config = { version = "0.3", optional = true }

0 comments on commit e772db6

Please sign in to comment.