Add runtime feature to bindgen dependency

This commit is contained in:
Sosthène Guédon
2023-01-25 10:11:36 +01:00
committed by Robin Krahl
parent adbf4dd470
commit a2cc6720e2
+1 -1
View File
@@ -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]