Skip to content

Commit 32f0cbc

Browse files
Update Rust crate bindgen to 0.66.1 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc9fdaf commit 32f0cbc

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

Cargo.lock

+14-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fontconfig-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ figma-agent-freetype-sys = { path = "../freetype-sys" }
1111
libc = "0.2.146"
1212

1313
[build-dependencies]
14-
bindgen = "0.65.1"
14+
bindgen = "0.66.1"
1515
pkg-config = "0.3.27"

crates/freetype-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ name = "freetype_sys"
1010
libc = "0.2.146"
1111

1212
[build-dependencies]
13-
bindgen = "0.65.1"
13+
bindgen = "0.66.1"
1414
pkg-config = "0.3.27"

0 commit comments

Comments
 (0)