We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04a790 commit 8a3f724Copy full SHA for 8a3f724
helix-vcs/Cargo.toml
@@ -13,6 +13,8 @@ homepage = "https://helix-editor.com"
13
[dependencies]
14
15
git-repository = { version = "0.23.1", default-features = false }
16
+# ensure ThreadSafeRepository is save and sync while default-features of git-repository are disabled
17
+git-features = { version = "0.22.4", features = ["parallel"] }
18
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
19
similar = "2.2"
20
helix-core = { version = "0.6", path = "../helix-core" }
0 commit comments