Skip to content

Commit 0c80659

Browse files
authored
fix: bump bindgen version (mdaffin#47)
1 parent 79d4715 commit 0c80659

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
@@ -20,7 +20,7 @@ errno = "0.2.8"
2020
libc = "0.2.105"
2121

2222
[build-dependencies]
23-
bindgen = { version = "0.59.1", default-features = false, features = ["runtime"] }
23+
bindgen = { version = "0.60.1", default-features = false, features = ["runtime"] }
2424

2525
[dev-dependencies]
2626
tempfile = "3.2.0"

0 commit comments

Comments
 (0)