Skip to content

Commit c41c94b

Browse files
committed
remove explicit git-features crate
1 parent cf63d87 commit c41c94b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.lock

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

gitoxide-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ git-repository = { version = "^0.24.0", path = "../git-repository", default-feat
4040
git-pack-for-configuration-only = { package = "git-pack", version = "^0.22.0", path = "../git-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
4141
git-transport-configuration-only = { package = "git-transport", version = "^0.20.0", path = "../git-transport", default-features = false }
4242
git-commitgraph = { version = "^0.8.2", path = "../git-commitgraph" }
43-
git-features = { version = "^0.22.4", path = "../git-features" }
4443
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
4544
anyhow = "1.0.42"
4645
thiserror = "1.0.34"

gitoxide-core/src/index/checkout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub fn checkout_exclusive(
136136
)
137137
})
138138
.unwrap_or_default(),
139-
git_features::progress::bytes()
139+
git::progress::bytes()
140140
.unwrap()
141141
.display(bytes_written as usize, None, None)
142142
));

0 commit comments

Comments
 (0)