From 71edeffa3dafec512375cbdcff0411822ba66c11 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Tue, 20 Sep 2022 20:15:33 +0200 Subject: [PATCH] Update helix-vcs/Cargo.toml fix toml formatting Co-authored-by: Ivan Tham --- helix-vcs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }