We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f51c5e commit 71edeffCopy full SHA for 71edeff
helix-vcs/Cargo.toml
@@ -12,7 +12,7 @@ homepage = "https://helix-editor.com"
12
13
[dependencies]
14
15
-git-repository = {version = "0.23.1", default-features = false}
+git-repository = { version = "0.23.1", default-features = false }
16
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
17
similar = "2.2"
18
ropey = { version = "1.5", default-features = false, features = ["simd"] }
0 commit comments