Skip to content

Commit 1a9c5da

Browse files
committed
Manually format asyncgit/Cargo.toml
I don't seem to be using the same version that's used on CI.
1 parent 41cc1a5 commit 1a9c5da

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

asyncgit/Cargo.toml

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

0 commit comments

Comments
 (0)