Skip to content

Commit a03c941

Browse files
committed
drm-sys: Bump bindgen minimum-version to 0.69.3
To solve rust-lang/regex#931 when the CI builds `--all-features` on a `-Zminimal-versions` lockfile.
1 parent 5db3c4f commit a03c941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drm-ffi/drm-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use_bindgen = ["bindgen", "pkg-config"]
1515
update_bindings = ["use_bindgen"]
1616

1717
[build-dependencies]
18-
bindgen = { version = "0.69.1", optional = true }
18+
bindgen = { version = "0.69.3", optional = true }
1919
pkg-config = { version = "0.3.19", optional = true }
2020

2121
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]

0 commit comments

Comments
 (0)