From 8ebb88edc59c0cf9503a9b9377065a0f74440448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 3 Aug 2022 09:28:43 +0200 Subject: [PATCH] Add runtime feature to bindgen dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]