Skip to content

Commit 77da014

Browse files
committed
feat: make gix-pathspec crate available
1 parent 49db3ac commit 77da014

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ gix-index = { version = "^0.22.0", path = "../gix-index" }
164164
gix-worktree = { version = "^0.24.0", path = "../gix-worktree" }
165165
gix-hashtable = { version = "^0.2.4", path = "../gix-hashtable" }
166166
gix-commitgraph = { version = "^0.18.2", path = "../gix-commitgraph" }
167+
gix-pathspec = { version = "^0.1.0", path = "../gix-pathspec" }
167168

168169
gix-worktree-stream = { version = "^0.3.0", path = "../gix-worktree-stream", optional = true }
169170
gix-archive = { version = "^0.3.0", path = "../gix-archive", default-features = false, optional = true }

gix/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ pub use gix_negotiate as negotiate;
9999
pub use gix_object as objs;
100100
pub use gix_object::bstr;
101101
pub use gix_odb as odb;
102+
pub use gix_pathspec as pathspec;
102103
pub use gix_prompt as prompt;
103104
#[cfg(feature = "gix-protocol")]
104105
pub use gix_protocol as protocol;

0 commit comments

Comments
 (0)