Skip to content

Commit

Permalink
add gitoxide feature flag to ensure ThreadSafeRepository is Sync + Send
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Sep 21, 2022
1 parent a04a790 commit 8a3f724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helix-vcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ homepage = "https://helix-editor.com"
[dependencies]

git-repository = { version = "0.23.1", default-features = false }
# ensure ThreadSafeRepository is save and sync while default-features of git-repository are disabled
git-features = { version = "0.22.4", features = ["parallel"] }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
similar = "2.2"
helix-core = { version = "0.6", path = "../helix-core" }
Expand Down

0 comments on commit 8a3f724

Please sign in to comment.