Skip to content

Commit 09b34c9

Browse files
Update README note about ssh feature
According to the Cargo.toml file, the ssh feature is not enabled by default. https://github.com/rust-lang/git2-rs/blob/d58c7ce8f9dfd10d25389791a54fe54e7bfd3b6f/Cargo.toml#L37
1 parent d58c7ce commit 09b34c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To skip tests on a simple commit or doc-fixes, use `git commit --no-verify`.
6363

6464
## Building on macOS 10.10+
6565

66-
If the `ssh` feature is enabled (and it is by default) then this library depends
66+
If the `ssh` feature is enabled then this library depends
6767
on libssh2 which depends on OpenSSL. To get OpenSSL working follow the
6868
[`openssl` crate's instructions](https://github.com/sfackler/rust-openssl/blob/master/openssl/src/lib.rs#L31).
6969

0 commit comments

Comments
 (0)