Skip to content

Commit 8a3f724

Browse files
committed
add gitoxide feature flag to ensure ThreadSafeRepository is Sync + Send
1 parent a04a790 commit 8a3f724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helix-vcs/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ homepage = "https://helix-editor.com"
1313
[dependencies]
1414

1515
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"] }
1618
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
1719
similar = "2.2"
1820
helix-core = { version = "0.6", path = "../helix-core" }

0 commit comments

Comments
 (0)