Skip to content

chore: regenerate FFI bindings with bindgen 0.72.1#67

Open
pfeifferj wants to merge 2 commits intoarchlinux:masterfrom
pfeifferj:chore/regenerate-bindings
Open

chore: regenerate FFI bindings with bindgen 0.72.1#67
pfeifferj wants to merge 2 commits intoarchlinux:masterfrom
pfeifferj:chore/regenerate-bindings

Conversation

@pfeifferj
Copy link
Copy Markdown
Contributor

The committed ffi.rs was stale: missing derive attributes (Hash, PartialOrd, Ord) on structs and missing new API functions (alpm_option_get_disable_sandbox, alpm_option_set_disable_sandbox) from the current libalpm.

The committed ffi.rs was stale: missing derive attributes (Hash,
PartialOrd, Ord) on structs and missing new API functions
(alpm_option_get_disable_sandbox, alpm_option_set_disable_sandbox)
from the current libalpm.

Signed-off-by: Josephine Pfeiffer <hi@josie.lol>
@pfeifferj pfeifferj force-pushed the chore/regenerate-bindings branch from 928f2a8 to d8ffe74 Compare March 29, 2026 12:28
Same derive attribute drift as ffi.rs: missing Hash, PartialOrd, Ord
derives that the build.rs bindgen config requests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant