Skip to content

Commit c0127d8

Browse files
clarkfshymega
authored andcommitted
Update bindgen
Unable to compile with Guile 3.x due to a clang update, which caused bindgen to break: rust-lang/rust-bindgen#2312 This also updates the bindings to GNU Guile 3.0.9.
1 parent fdbaef6 commit c0127d8

File tree

2 files changed

+12225
-16853
lines changed

2 files changed

+12225
-16853
lines changed

guile-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "guile_sys"
1414
path = "src/lib.rs"
1515

1616
[dependencies]
17-
libc = "0.2.126"
17+
libc = "0.2"
1818

1919
[build-dependencies]
20-
bindgen = "0.60.1"
20+
bindgen = "0.69.1"

0 commit comments

Comments
 (0)