Skip to content

Commit c050a67

Browse files
committed
chore(deps): don't request ineffective ssh_key_from_memory feature from git2-rs
The ssh_key_from_memory feature has had no effect in the last 6 years. It will be removed in the next major release (rust-lang/git2-rs#1087) and it will thus be an error to request it.
1 parent 3e461c3 commit c050a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["src/**/*", "LICENSE-*", "*.md"]
1010

1111
[dependencies.git2]
1212
default-features = false
13-
features = ["ssh", "https", "ssh_key_from_memory"]
13+
features = ["ssh", "https"]
1414
version = "~0.19"
1515

1616
[dependencies]

0 commit comments

Comments
 (0)