Skip to content

Commit

Permalink
Update helix-vcs/Cargo.toml
Browse files Browse the repository at this point in the history
fix toml formatting

Co-authored-by: Ivan Tham <[email protected]>
  • Loading branch information
pascalkuthe and pickfire authored Sep 20, 2022
1 parent 5f51c5e commit 71edeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-vcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 71edeff

Please sign in to comment.