Skip to content

Commit

Permalink
chore(deps): don't request ineffective ssh_key_from_memory feature fr…
Browse files Browse the repository at this point in the history
…om 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.
  • Loading branch information
martinvonz committed Oct 2, 2024
1 parent 3e461c3 commit c050a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["src/**/*", "LICENSE-*", "*.md"]

[dependencies.git2]
default-features = false
features = ["ssh", "https", "ssh_key_from_memory"]
features = ["ssh", "https"]
version = "~0.19"

[dependencies]
Expand Down

0 comments on commit c050a67

Please sign in to comment.