We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b532cb3 commit b1bfb6bCopy full SHA for b1bfb6b
helix-vcs/Cargo.toml
@@ -11,9 +11,7 @@ homepage = "https://helix-editor.com"
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
[dependencies]
14
-similar = "2.1"
15
-ropey = "1.3"
16
-git-repository = "0.23.1"
+git-repository = {version = "0.23.1", default-features = false}
17
18
[dev-dependencies]
19
tempfile = "3.3"
0 commit comments