Skip to content

Commit 41cc1a5

Browse files
committed
Run tombi format
1 parent 8aeb364 commit 41cc1a5

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

asyncgit/Cargo.toml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ 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 = {
23+
version = "0.84.0",
24+
default-features = false,
25+
features = [
26+
"mailmap",
27+
"max-performance",
28+
"revision",
29+
"sha1",
30+
"sha256",
31+
"status"
32+
]
33+
}
3034
log = "0.4"
3135
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
3236
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}

0 commit comments

Comments
 (0)