Skip to content

Commit b2cdc37

Browse files
authored
Merge pull request #4779 from Byron/fix-clone
Assure HTTPS support is compiled into `gix` using `curl`.
2 parents 95d11a2 + 41c0534 commit b2cdc37

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

Cargo.lock

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

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"] }
32+
gix = { workspace = true, features = ["max-performance", "blocking-http-transport-curl"] }
3333
once_cell = "1.19"
3434
reqwest = { version = "0.12.4", features = ["json"] }
3535
serde.workspace = true

0 commit comments

Comments
 (0)