diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml index 231e81401af35..0557185c089af 100644 --- a/helix-vcs/Cargo.toml +++ b/helix-vcs/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://helix-editor.com" [dependencies] -git-repository = {version = "0.23.1", default-features = false} +git-repository = { version = "0.23.1", default-features = false } tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] } similar = "2.2" ropey = { version = "1.5", default-features = false, features = ["simd"] }