Skip to content

Commit 127532e

Browse files
committed
Run tombi format
1 parent 814bd13 commit 127532e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

asyncgit/Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ easy-cast = "0.5"
1919
fuzzy-matcher = "0.3"
2020
git2 = { version = "0.21", features = ["https"] }
2121
git2-hooks = { path = "../git2-hooks", version = "0.7" }
22-
gix = { version = "0.84.0", default-features = false, features = [
23-
"mailmap",
24-
"max-performance",
25-
"revision",
26-
"status",
27-
"sha1",
28-
"sha256"
29-
] }
22+
gix = { version = "0.84.0", default-features = false, features = ["mailmap", "max-performance", "revision", "sha1", "sha256", "status"] }
3023
log = "0.4"
3124
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
3225
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}

0 commit comments

Comments
 (0)