Skip to content

Commit

Permalink
Update Rust crate bindgen to v0.69.2 (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent b161373 commit 2a2a6fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fontconfig-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ figma-agent-freetype-sys = { path = "../freetype-sys" }
libc = "=0.2.152"

[build-dependencies]
bindgen = "=0.69.1"
bindgen = "=0.69.2"
pkg-config = "=0.3.28"
2 changes: 1 addition & 1 deletion crates/freetype-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ name = "freetype_sys"
libc = "=0.2.152"

[build-dependencies]
bindgen = "=0.69.1"
bindgen = "=0.69.2"
pkg-config = "=0.3.28"

0 comments on commit 2a2a6fb

Please sign in to comment.