Skip to content

Commit

Permalink
gbm-sys: Use edition 2021
Browse files Browse the repository at this point in the history
Doesn't make that much difference, but `gbm` already uses 2021.
  • Loading branch information
ids1024 authored and Drakulix committed Nov 14, 2023
1 parent 6bdb1bc commit a1f5600
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions gbm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/Drakulix/gbm.rs/tree/master/gbm-sys"
keywords = ["gbm", "bindings"]
categories = ["external-ffi-bindings"]
license = "MIT"
edition = "2021"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 0 additions & 2 deletions gbm-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
// it is not so.
#![cfg_attr(test, allow(deref_nullptr))]

extern crate libc;

#[cfg(feature = "gen")]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

Expand Down

0 comments on commit a1f5600

Please sign in to comment.