File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,11 @@ tempfile = "3.1.0"
3333
3434[features ]
3535unstable = []
36- default = [" ssh" , " https" , " ssh_key_from_memory " ]
36+ default = [" ssh" , " https" ]
3737ssh = [" libgit2-sys/ssh" ]
3838https = [" libgit2-sys/https" , " openssl-sys" , " openssl-probe" ]
3939vendored-libgit2 = [" libgit2-sys/vendored" ]
4040vendored-openssl = [" openssl-sys/vendored" , " libgit2-sys/vendored-openssl" ]
41- ssh_key_from_memory = [" libgit2-sys/ssh_key_from_memory" ]
4241zlib-ng-compat = [" libgit2-sys/zlib-ng-compat" ]
4342
4443[workspace ]
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ openssl-sys = { version = "0.9.45", optional = true }
3535[features ]
3636ssh = [" libssh2-sys" ]
3737https = [" openssl-sys" ]
38- ssh_key_from_memory = []
3938vendored = []
4039vendored-openssl = [" openssl-sys/vendored" ]
4140zlib-ng-compat = [" libz-sys/zlib-ng" , " libssh2-sys?/zlib-ng-compat" ]
You can’t perform that action at this time.
0 commit comments