Skip to content

Commit a129022

Browse files
committed
don't specify default-features = false for bindgen dependency
Per rust-lang/rust-bindgen#2030, this seems to interact poorly with other bindgen dependents that also specify `features = ["runtime"]` (and perhaps other dependents that don't specify `default-features = "false"` at all).
1 parent adbf4dd commit a129022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/nickray/littlefs2-sys"
1313
cty = "0.2.1"
1414

1515
[build-dependencies]
16-
bindgen = { version = "0.56.0", default-features = false }
16+
bindgen = { version = "0.56.0" }
1717
cc = "1"
1818

1919
[features]

0 commit comments

Comments
 (0)