mirror of
https://github.com/trussed-dev/littlefs2-sys.git
synced 2026-06-20 04:16:31 -07:00
Add runtime feature to bindgen dependency
This commit is contained in:
committed by
Robin Krahl
parent
adbf4dd470
commit
a2cc6720e2
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user