Skip to content

Commit

Permalink
Merge pull request #34 from Twinklebear/dependabot/cargo/bindgen-0.70
Browse files Browse the repository at this point in the history
Update bindgen requirement from 0.69 to 0.70
  • Loading branch information
Twinklebear authored Aug 31, 2024
2 parents a98497a + 271c4ac commit ad506c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exclude = [
]

[dependencies]
bindgen = "0.69"
bindgen = "0.70"
cc = "1"
libc = "0.2"
regex = "1.10"
Expand Down
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub use crate::task::ISPCTaskFn;
#[macro_export]
macro_rules! ispc_module {
($lib:ident) => {
#[allow(clippy::all)]
include!(concat!(env!("ISPC_OUT_DIR"), "/", stringify!($lib), ".rs"));
};
}
Expand Down

0 comments on commit ad506c1

Please sign in to comment.