Skip to content

Commit

Permalink
drm-sys: Update bindgen
Browse files Browse the repository at this point in the history
This doesn't have any impact on the generated bindings.
  • Loading branch information
ids1024 authored and Drakulix committed Dec 4, 2023
1 parent 79a9e2b commit 284df3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.66", optional = true }
bindgen = { version = "0.69.1", optional = true }
pkg-config = { version = "0.3.19", optional = true }

[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion drm-ffi/drm-sys/src/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.66.1 */
/* automatically generated by rust-bindgen 0.69.1 */

pub const DRM_NAME: &[u8; 4] = b"drm\0";
pub const DRM_MIN_ORDER: u32 = 5;
Expand Down

0 comments on commit 284df3c

Please sign in to comment.