Skip to content

Commit c0f5b29

Browse files
committed
revert: restore original Cargo.toml formatting
1 parent 25ab784 commit c0f5b29

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
### Fixed
10+
### Fixes
1111
* fix panic when renaming or updating remote URL with no remotes configured [[@xvchris](https://github.com/xvchris)] ([#2868](https://github.com/gitui-org/gitui/issues/2868))
1212

1313
## [0.28.0] - 2025-12-14

Cargo.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ notify = "8"
5858
notify-debouncer-mini = "0.7"
5959
once_cell = "1"
6060
parking_lot_core = "0.9"
61-
ratatui = { version = "0.29", default-features = false, features = ['crossterm', 'serde'] }
61+
ratatui = { version = "0.29", default-features = false, features = [
62+
'crossterm',
63+
'serde',
64+
] }
6265
rayon-core = "1.13"
6366
ron = "0.12"
6467
scopeguard = "1.2"
@@ -67,7 +70,13 @@ serde = "1.0"
6770
shellexpand = "3.1"
6871
simplelog = { version = "0.12", default-features = false }
6972
struct-patch = "0.10"
70-
syntect = { version = "5.3", default-features = false, features = ["parsing", "default-syntaxes", "default-themes", "plist-load", "html"] }
73+
syntect = { version = "5.3", default-features = false, features = [
74+
"parsing",
75+
"default-syntaxes",
76+
"default-themes",
77+
"plist-load",
78+
"html",
79+
] }
7180
tui-textarea = "0.7"
7281
two-face = { version = "0.4.4", default-features = false }
7382
unicode-segmentation = "1.12"

asyncgit/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ easy-cast = "0.5"
2424
fuzzy-matcher = "0.3"
2525
git2 = "0.20"
2626
git2-hooks = { path = "../git2-hooks", version = ">=0.6" }
27-
gix = { version = "0.78.0", default-features = false, features = ["max-performance", "revision", "mailmap", "status"] }
27+
gix = { version = "0.78.0", default-features = false, features = [
28+
"max-performance",
29+
"revision",
30+
"mailmap",
31+
"status",
32+
] }
2833
log = "0.4"
2934
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
3035
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}

0 commit comments

Comments
 (0)