Skip to content

Commit da42d4e

Browse files
committedJan 6, 2021
Avoid activating log/std via bindgen
1 parent 711b306 commit da42d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/nickray/littlefs2-sys"
1313
cty = "0.2.1"
1414

1515
[build-dependencies]
16-
bindgen = "0.53.1"
16+
bindgen = { version = "0.53.1", default-features = false }
1717
cc = "1.0.25"
1818

1919
[features]

0 commit comments

Comments
 (0)
Please sign in to comment.