Skip to content

Commit b1bfb6b

Browse files
committed
remove dependency on zlib-ng
1 parent b532cb3 commit b1bfb6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

helix-vcs/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ homepage = "https://helix-editor.com"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
similar = "2.1"
15-
ropey = "1.3"
16-
git-repository = "0.23.1"
14+
git-repository = {version = "0.23.1", default-features = false}
1715

1816
[dev-dependencies]
1917
tempfile = "3.3"

0 commit comments

Comments
 (0)