Skip to content

Commit

Permalink
Merge pull request #4779 from Byron/fix-clone
Browse files Browse the repository at this point in the history
Assure HTTPS support is compiled into `gix` using `curl`.
  • Loading branch information
krlvi authored Aug 28, 2024
2 parents 95d11a2 + 41c0534 commit b2cdc37
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gitbutler-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dirs = "5.0.1"
fslock.workspace = true
futures.workspace = true
git2.workspace = true
gix = { workspace = true, features = ["max-performance"] }
gix = { workspace = true, features = ["max-performance", "blocking-http-transport-curl"] }
once_cell = "1.19"
reqwest = { version = "0.12.4", features = ["json"] }
serde.workspace = true
Expand Down

0 comments on commit b2cdc37

Please sign in to comment.