Skip to content

Commit 37eac54

Browse files
committed
adapt to changes in gix
1 parent c3ab0c9 commit 37eac54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

gitoxide-core/src/repository/attributes/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use gix::repository::IndexPersistedOrInMemory;
1+
use gix::worktree::IndexPersistedOrInMemory;
22

33
use crate::OutputFormat;
44

gitoxide-core/src/repository/index/entries.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub(crate) mod function {
2525

2626
use gix::{
2727
bstr::{BStr, BString},
28-
repository::IndexPersistedOrInMemory,
28+
worktree::IndexPersistedOrInMemory,
2929
Repository,
3030
};
3131

0 commit comments

Comments
 (0)