Skip to content

Commit 8c7159d

Browse files
committed
Remove unnecessary gix features from watcher and add them to tauri
1 parent b2cdc37 commit 8c7159d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

crates/gitbutler-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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", "blocking-http-transport-curl"] }
32+
gix = { workspace = true, features = ["max-performance", "blocking-http-transport-curl", "worktree-mutation"] }
3333
once_cell = "1.19"
3434
reqwest = { version = "0.12.4", features = ["json"] }
3535
serde.workspace = true

crates/gitbutler-watcher/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ anyhow = "1.0.86"
1717
tokio = { workspace = true, features = ["macros"] }
1818
tokio-util = "0.7.11"
1919
tracing.workspace = true
20-
gix = { workspace = true, features = [
21-
"excludes",
22-
"blocking-network-client",
23-
"worktree-mutation",
24-
] }
20+
gix = { workspace = true, features = ["excludes"] }
2521
gitbutler-command-context.workspace = true
2622
gitbutler-project.workspace = true
2723
gitbutler-user.workspace = true

0 commit comments

Comments
 (0)