Skip to content

Commit ba07a6f

Browse files
authored
Merge pull request #1087 from martinvonz/push-xxqzlsxvkwrr
delete ineffective ssh_key_from_memory crate feature
2 parents 635d700 + 91907f9 commit ba07a6f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ tempfile = "3.1.0"
3333

3434
[features]
3535
unstable = []
36-
default = ["ssh", "https", "ssh_key_from_memory"]
36+
default = ["ssh", "https"]
3737
ssh = ["libgit2-sys/ssh"]
3838
https = ["libgit2-sys/https", "openssl-sys", "openssl-probe"]
3939
vendored-libgit2 = ["libgit2-sys/vendored"]
4040
vendored-openssl = ["openssl-sys/vendored", "libgit2-sys/vendored-openssl"]
41-
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
4241
zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
4342

4443
[workspace]

libgit2-sys/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ openssl-sys = { version = "0.9.45", optional = true }
3535
[features]
3636
ssh = ["libssh2-sys"]
3737
https = ["openssl-sys"]
38-
ssh_key_from_memory = []
3938
vendored = []
4039
vendored-openssl = ["openssl-sys/vendored"]
4140
zlib-ng-compat = ["libz-sys/zlib-ng", "libssh2-sys?/zlib-ng-compat"]

0 commit comments

Comments
 (0)