Skip to content

Commit adbf4dd

Browse files
committed
Bump bindgen, new release
1 parent da42d4e commit adbf4dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "littlefs2-sys"
33
description = "Low-level bindings to littlefs"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
authors = ["Nicolas Stalder <[email protected]>"]
66
edition = "2018"
77
license = "BSD-3-Clause"
@@ -13,8 +13,8 @@ repository = "https://github.com/nickray/littlefs2-sys"
1313
cty = "0.2.1"
1414

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

1919
[features]
2020
assertions = []

0 commit comments

Comments
 (0)