diff --git a/rust-bindings/rust/conf/ostree-sys.toml b/rust-bindings/rust/conf/ostree-sys.toml index 38177cf0..878f0282 100644 --- a/rust-bindings/rust/conf/ostree-sys.toml +++ b/rust-bindings/rust/conf/ostree-sys.toml @@ -9,6 +9,7 @@ external_libraries = [ "Gio", ] ignore = [ + # private API (not in installed headers) "OSTree.BootloaderInterface", "OSTree.ChecksumInputStream", "OSTree.ChecksumInputStreamClass", @@ -19,6 +20,8 @@ ignore = [ "OSTree.LzmaDecompressorClass", "OSTree.RepoFileEnumeratorClass", "OSTree.RollsumMatches", + + # version-dependent constants "OSTree.RELEASE_VERSION", "OSTree.VERSION", "OSTree.VERSION_S",