Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit a799c2d

Browse files
committed
Pin ssh-agent dep to 0.2.1, latest 0.2.4 has breaking changes?
1 parent 190dcf4 commit a799c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
ssh-agent = "0.2.1"
17+
ssh-agent = "=0.2.1"
1818
clap = "2.33.0"
1919
textwrap = "0.11.0"
2020
rusoto_core = { version = "0.42.0", default_features = false, features=["rustls"] }

0 commit comments

Comments
 (0)