Skip to content

Commit f1bc4cd

Browse files
committedMar 19, 2024·
Fixed opening of backtick in documentation.
1 parent e1fec3c commit f1bc4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ worktree-archive = ["gix-archive", "worktree-stream", "attributes"]
122122
async-network-client = ["gix-protocol/async-client", "gix-pack/streaming-input", "attributes", "credentials"]
123123
## Use this if your crate uses `async-std` as runtime, and enable basic runtime integration when connecting to remote servers via the `git://` protocol.
124124
async-network-client-async-std = ["async-std", "async-network-client", "gix-transport/async-std"]
125-
## Make `gix-protocol` available along with a blocking client, providing access to the `file://`, git://` and `ssh://` transports.
125+
## Make `gix-protocol` available along with a blocking client, providing access to the `file://`, `git://` and `ssh://` transports.
126126
blocking-network-client = ["gix-protocol/blocking-client", "gix-pack/streaming-input", "attributes", "credentials"]
127127
## Stacks with `blocking-network-client` to provide support for HTTP/S using **curl**, and implies blocking networking as a whole, making the `https://` transport available.
128128
blocking-http-transport-curl = ["blocking-network-client", "gix-transport/http-client-curl"]

0 commit comments

Comments
 (0)
Please sign in to comment.