Skip to content

Commit

Permalink
Update bindgen
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
clarkf authored and shymega committed Jan 22, 2024
1 parent ab933a3 commit a7943d1
Show file tree
Hide file tree
Showing 2 changed files with 12,225 additions and 16,853 deletions.
4 changes: 2 additions & 2 deletions guile-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "guile_sys"
path = "src/lib.rs"

[dependencies]
libc = "0.2.126"
libc = "0.2"

[build-dependencies]
bindgen = "0.60.1"
bindgen = "0.69.1"
Loading

0 comments on commit a7943d1

Please sign in to comment.