Closed dependabot[bot] closed 3 months ago
I re-generated bindings.h
with the new version of bindgen
, verified everything works and that the diff is minimal:
--- src/bindings.rs
+++ src/bindings.rs
@@ -1,4 +1,4 @@
-/* automatically generated by rust-bindgen 0.69.4 */
+/* automatically generated by rust-bindgen 0.70.1 */
#[repr(C)]
#[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
@@ -5486,8 +5486,8 @@ extern "C" {
opts: *mut bpf_token_create_opts,
) -> ::std::os::raw::c_int;
}
-pub type va_list = __builtin_va_list;
pub type __gnuc_va_list = __builtin_va_list;
+pub type va_list = __builtin_va_list;
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct btf_header {
@dependabot merge
Updates the requirements on bindgen to permit the latest version.
Release notes
Sourced from bindgen's releases.
Changelog
Sourced from bindgen's changelog.
... (truncated)
Commits
21c60f4
Bump crates version to 0.70.11f3fafe
Revert "Only trigger the publish workflow manually"93648e4
Fixcollapsible_match
clippy warning9bd603e
Add#[clippy::allow]
attribute toconst
layout tests8c71848
Fix creduce example7a4f04a
Fix creduce install linkd71972a
Fix create-tag.yml190ff2a
Bump crates version to 0.70.07efb924
fix errore4fcb54
Add github action workflow that creates tagsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show