Skip to content

Commit f43f8c1

Browse files
committed
assure both applications enforce max-performance settings for gitoxide.
1 parent 17850bd commit f43f8c1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.lock

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

crates/gitbutler-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gitbutler-reference.workspace = true
1717
gitbutler-branch-actions.workspace = true
1818
gitbutler-branch.workspace = true
1919
gitbutler-diff.workspace = true
20-
gix.workspace = true
20+
gix = { workspace = true, features = ["max-performance-safe"] }
2121
dirs-next = "2.0.0"
2222
clap = { version = "4.5.13", features = ["derive", "env"] }
2323
anyhow = "1.0.86"

crates/gitbutler-tauri/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dirs = "5.0.1"
2929
fslock.workspace = true
3030
futures.workspace = true
3131
git2.workspace = true
32+
gix = { workspace = true, features = ["max-performance-safe"] }
3233
once_cell = "1.19"
3334
reqwest = { version = "0.12.4", features = ["json"] }
3435
serde.workspace = true

0 commit comments

Comments
 (0)