Skip to content

Commit 9f127e5

Browse files
committed
chore: update jiff to 0.1.24
1 parent 9c1aeeb commit 9f127e5

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ homepage = "https://stacked-git.github.io/"
1313
repository = "https://github.com/stacked-git/stgit"
1414
keywords = ["git", "vcs", "cli", "utility"]
1515
categories = ["development-tools"]
16-
exclude = ["/.github", "Documentation/", "/t", "/contrib/release", "/contrib/wix"]
16+
exclude = [
17+
"/.github",
18+
"Documentation/",
19+
"/t",
20+
"/contrib/release",
21+
"/contrib/wix",
22+
]
1723

1824
[[bin]]
1925
bench = false
@@ -37,7 +43,10 @@ clap = { version = "~4.5", default-features = false, features = [
3743
ctrlc = "3.4"
3844
encoding_rs = "0.8"
3945
flate2 = "1"
40-
gix = { version = "0.69", default-features = false, features = ["command", "revision"] }
46+
gix = { version = "0.69", default-features = false, features = [
47+
"command",
48+
"revision",
49+
] }
4150
indexmap = "2.1"
4251
is-terminal = "0.4"
4352
jiff = "0.1.21"

0 commit comments

Comments
 (0)