Skip to content

Commit 8ffbc18

Browse files
committed
Update bindgen to 0.60.1, fixing stack overflow
1 parent 8a9d8f3 commit 8ffbc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.56"
1616
libc = "0.2"
1717

1818
[build-dependencies]
19-
bindgen = { version = "0.60", default-features = false, features = ["runtime"] }
19+
bindgen = { version = "0.60.1", default-features = false, features = ["runtime"] }
2020
proc-macro2 = "1"
2121
quote = "1"
2222
miniserde = "0.1.16"

0 commit comments

Comments
 (0)