diff --git a/Cargo.toml b/Cargo.toml index 559b7e6..1d88428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]