You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Use this if your crate uses `async-std` as runtime, and enable basic runtime integration when connecting to remote servers via the `git://` protocol.
## Stacks with `blocking-network-client` to provide support for HTTP/S using **curl**, and implies blocking networking as a whole, making the `https://` transport avaialble.
## Stacks with `blocking-network-client` to provide support for HTTP/S using **reqwest**, and implies blocking networking as a whole, making the `https://` transport avaialble.
@@ -169,7 +172,7 @@ serde = [ "dep:serde",
169
172
"gix-revision/serde",
170
173
"gix-worktree?/serde",
171
174
"gix-commitgraph/serde",
172
-
"gix-credentials/serde"]
175
+
"gix-credentials?/serde"]
173
176
174
177
## Re-export the progress tree root which allows to obtain progress from various functions which take `impl gix::Progress`.
175
178
## Applications which want to display progress will probably need this implementation.
@@ -212,8 +215,8 @@ gix-features = { version = "^0.33.0", path = "../gix-features", features = ["pro
212
215
gix-trace = { version = "^0.1.3", path = "../gix-trace" }
213
216
214
217
gix-glob = { version = "^0.11.0", path = "../gix-glob" }
215
-
gix-credentials = { version = "^0.18.0", path = "../gix-credentials" }
216
-
gix-prompt = { version = "^0.6.0", path = "../gix-prompt" }
0 commit comments