Skip to content

Commit

Permalink
drm-sys: Bump bindgen minimum-version to 0.69.3
Browse files Browse the repository at this point in the history
To solve rust-lang/regex#931 when the CI builds
`--all-features` on a `-Zminimal-versions` lockfile.
  • Loading branch information
MarijnS95 committed Nov 5, 2024
1 parent 5db3c4f commit a03c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drm-ffi/drm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use_bindgen = ["bindgen", "pkg-config"]
update_bindings = ["use_bindgen"]

[build-dependencies]
bindgen = { version = "0.69.1", optional = true }
bindgen = { version = "0.69.3", optional = true }
pkg-config = { version = "0.3.19", optional = true }

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

0 comments on commit a03c941

Please sign in to comment.