Skip to content

Commit

Permalink
Merge pull request #3038 from cgwalters/rust-drop-composefs
Browse files Browse the repository at this point in the history
rust: Drop composefs from crate
  • Loading branch information
cgwalters committed Sep 8, 2023
2 parents 6a94856 + 2db17d2 commit 0ac8795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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/**",
Expand Down

0 comments on commit 0ac8795

Please sign in to comment.