Skip to content

Commit

Permalink
Add runtime feature to bindgen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey authored and robin-nitrokey committed Jan 25, 2023
1 parent adbf4dd commit a2cc672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/nickray/littlefs2-sys"
cty = "0.2.1"

[build-dependencies]
bindgen = { version = "0.56.0", default-features = false }
bindgen = { version = "0.56.0", default-features = false , features = ["runtime"] }
cc = "1"

[features]
Expand Down

0 comments on commit a2cc672

Please sign in to comment.