mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-18 10:04:17 +03:00
rust: Drop composefs from crate
This greatly reduces the size. TODO: switch to using `include`.
This commit is contained in:
parent
749857df67
commit
2db17d2107
@ -9,7 +9,7 @@ name = "ostree"
|
|||||||
readme = "rust-bindings/README.md"
|
readme = "rust-bindings/README.md"
|
||||||
repository = "https://github.com/ostreedev/ostree"
|
repository = "https://github.com/ostreedev/ostree"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
version = "0.19.0"
|
version = "0.19.1"
|
||||||
|
|
||||||
exclude = [
|
exclude = [
|
||||||
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
|
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
|
||||||
@ -18,6 +18,7 @@ exclude = [
|
|||||||
"/*.yml", "/*.doap", "/src", "/tests",
|
"/*.yml", "/*.doap", "/src", "/tests",
|
||||||
"/.github", "/.cci.jenkinsfile", "/.dir-locals.el", "/.editorconfig",
|
"/.github", "/.cci.jenkinsfile", "/.dir-locals.el", "/.editorconfig",
|
||||||
"/.vimrc", "/.copr", "/.packit.yaml", "/GNUmakefile", "TODO",
|
"/.vimrc", "/.copr", "/.packit.yaml", "/GNUmakefile", "TODO",
|
||||||
|
"composefs",
|
||||||
"/rust-bindings/conf/**",
|
"/rust-bindings/conf/**",
|
||||||
"/rust-bindings/gir-files/**",
|
"/rust-bindings/gir-files/**",
|
||||||
"/rust-bindings/sys/**",
|
"/rust-bindings/sys/**",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user