diff --git a/rust-bindings/rust/conf/ostree.toml b/rust-bindings/rust/conf/ostree.toml index c2ace277..c7ac44b7 100644 --- a/rust-bindings/rust/conf/ostree.toml +++ b/rust-bindings/rust/conf/ostree.toml @@ -56,7 +56,6 @@ generate = [ "OSTree.SysrootUpgrader", "OSTree.SysrootUpgraderFlags", "OSTree.SysrootUpgraderPullFlags", - ] manual = [ @@ -99,6 +98,7 @@ ignore = [ "OSTree.BootloaderInterface", "OSTree.BootloaderSyslinux", "OSTree.BootloaderUboot", + "OSTree.BootloaderZipl", "OSTree.ChecksumInputStream", "OSTree.ChecksumInputStreamBuilder", "OSTree.CmdPrivateVTable", @@ -109,7 +109,10 @@ ignore = [ "OSTree.RollsumMatches", # builders we don't want "OSTree.RepoBuilder", + "OSTree.RepoFinderMountBuilder", + "OSTree.SePolicyBuilder", "OSTree.SysrootBuilder", + "OSTree.SysrootUpgraderBuilder", ] [crate_name_overrides]