File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " async-ssh2-lite"
3- version = " 0.3.5 "
3+ version = " 0.4.0 "
44authors = [" vkill <vkill.net@gmail.com>" ]
55edition = " 2021"
66description = " Asynchronous ssh2."
@@ -11,6 +11,7 @@ documentation = "https://docs.rs/async-ssh2-lite"
1111keywords = [" SSH" , " SSH2" ]
1212categories = [" asynchronous" , " network-programming" ]
1313readme = " README.md"
14+ rust-version = " 1.58.0"
1415
1516[features ]
1617default = []
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "proxy_jump"
99path = " src/proxy_jump.rs"
1010
1111[dependencies ]
12- async-ssh2-lite = { path = " ../.." , version = " 0.3 " , features = [" async-io" ] }
12+ async-ssh2-lite = { path = " ../.." , features = [" async-io" ] }
1313futures = " 0.3"
1414async-io = " 1.3"
1515async-executor = " 1.4"
You can’t perform that action at this time.
0 commit comments