Skip to content

Commit 9e5b20d

Browse files
committed
fix: Fix issue with https not compiled into gix
1 parent fd3c0bb commit 9e5b20d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#:tombi schema.strict = false
55
[package]
66
name = "submod"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
edition = "2024"
99
rust-version = "1.89"
1010
description = "A headache-free submodule management tool, built on top of gitoxide. Manage sparse checkouts, submodule updates, and adding/removing submodules with ease."
@@ -45,6 +45,7 @@ gix = { version = "0.80.0", default-features = false, features = [
4545
"blocking-network-client",
4646
"parallel",
4747
"status",
48+
"http-client-curl",
4849
"worktree-mutation"
4950
] }
5051
gitoxide-core = { version = "0.54.0", default-features = false, features = ["blocking-client"]}

0 commit comments

Comments
 (0)