Skip to content

Commit

Permalink
feat: make gix-pathspec crate available
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 14, 2023
1 parent 49db3ac commit 77da014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ gix-index = { version = "^0.22.0", path = "../gix-index" }
gix-worktree = { version = "^0.24.0", path = "../gix-worktree" }
gix-hashtable = { version = "^0.2.4", path = "../gix-hashtable" }
gix-commitgraph = { version = "^0.18.2", path = "../gix-commitgraph" }
gix-pathspec = { version = "^0.1.0", path = "../gix-pathspec" }

gix-worktree-stream = { version = "^0.3.0", path = "../gix-worktree-stream", optional = true }
gix-archive = { version = "^0.3.0", path = "../gix-archive", default-features = false, optional = true }
Expand Down
1 change: 1 addition & 0 deletions gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ pub use gix_negotiate as negotiate;
pub use gix_object as objs;
pub use gix_object::bstr;
pub use gix_odb as odb;
pub use gix_pathspec as pathspec;
pub use gix_prompt as prompt;
#[cfg(feature = "gix-protocol")]
pub use gix_protocol as protocol;
Expand Down

0 comments on commit 77da014

Please sign in to comment.