From: Colin Walters Date: Fri, 8 Sep 2023 11:37:10 +0000 (-0400) Subject: rust: Drop composefs from crate X-Git-Tag: archive/raspbian/2023.7-3+rpi1^2~16^2^2~24^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2db17d210712079ba9cd145703739d8ec803719d;p=ostree.git rust: Drop composefs from crate This greatly reduces the size. TODO: switch to using `include`. --- diff --git a/Cargo.toml b/Cargo.toml index 6788d028..82ebd14c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" rust-version = "1.70.0" -version = "0.19.0" +version = "0.19.1" exclude = [ "/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff", @@ -18,6 +18,7 @@ exclude = [ "/*.yml", "/*.doap", "/src", "/tests", "/.github", "/.cci.jenkinsfile", "/.dir-locals.el", "/.editorconfig", "/.vimrc", "/.copr", "/.packit.yaml", "/GNUmakefile", "TODO", + "composefs", "/rust-bindings/conf/**", "/rust-bindings/gir-files/**", "/rust-bindings/sys/**",