rust: Drop composefs from crate
authorColin Walters <walters@verbum.org>
Fri, 8 Sep 2023 11:37:10 +0000 (07:37 -0400)
committerColin Walters <walters@verbum.org>
Fri, 8 Sep 2023 11:38:31 +0000 (07:38 -0400)
This greatly reduces the size.  TODO: switch to using `include`.

Cargo.toml

index 6788d028f2d042bf1ebe398b54fefab3e9f67f19..82ebd14c444c0a0a0b1eeef34cb3d3b5e070846d 100644 (file)
@@ -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/**",