Skip to content

Commit 8d7b7b6

Browse files
committed
fix: make DependencyKind publicly accessible
Previously it was used as field within an exported type, but it couldn't be used directly.
1 parent 9d17c5a commit 8d7b7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ mod types;
1010
/// Access to all `gitoxide` functionality.
1111
pub use gix;
1212

13-
pub use types::{Change, CrateVersion, Dependency, Index};
13+
pub use types::{Change, CrateVersion, Dependency, DependencyKind, Index};

0 commit comments

Comments
 (0)