Skip to content

Commit 50fb4c9

Browse files
committed
build(deps): Bump bindgen from 0.69 to 0.71
Change `version` from `0.69.4` to `>=0.69,<1`.
1 parent 40496b7 commit 50fb4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ static = [] # Don't dynamically link to other libraries
3838

3939
[build-dependencies]
4040
fs-utils = "1.1"
41-
bindgen = { version = "0.69.4", default-features = false, features = ["runtime"], optional = true }
41+
bindgen = { version = ">=0.69,<1", default-features = false, features = ["runtime"], optional = true }
4242
cc = { version = "1.0", features = ["parallel"] }
4343
glob = "0.3.0"

0 commit comments

Comments
 (0)