File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33- [ Changelog] ( #changelog )
4+ - [ 0.1.1] ( #011 )
45 - [ 0.1.0] ( #010 )
56
67---
78
9+ ## 0.1.1
10+
11+ Released on 20/07/2022
12+
13+ - Added ` ssh2-vendored ` feature to build libssl statically
14+
815## 0.1.0
916
1017Released on 04/01/2022
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT"
1111name = " remotefs-ssh"
1212readme = " README.md"
1313repository = " https://github.com/veeso/remotefs-rs-ssh"
14- version = " 0.1.0 "
14+ version = " 0.1.1 "
1515
1616[dependencies ]
1717chrono = " ^0.4.19"
@@ -34,6 +34,7 @@ default = [ "find" ]
3434# misc
3535find = [ " remotefs/find" ]
3636no-log = [ " log/max_level_off" ]
37+ ssh2-vendored = [ " ssh2/vendored-openssl" ]
3738# tests
3839github-actions = []
3940with-containers = [ ]
Original file line number Diff line number Diff line change 1111<p align =" center " >~ Remotefs SSH client ~</p >
1212
1313<p align =" center " >Developed by <a href =" https://veeso.github.io/ " target =" _blank " >@veeso</a ></p >
14- <p align =" center " >Current version: 0.1.0 (04/01 /2022)</p >
14+ <p align =" center " >Current version: 0.1.1 (20/07 /2022)</p >
1515
1616<p align =" center " >
1717 <a href="https://opensource.org/licenses/MIT "
@@ -88,6 +88,7 @@ these features are supported:
8888
8989- ` find ` : enable ` find() ` method on client (* enabled by default* )
9090- ` no-log ` : disable logging. By default, this library will log via the ` log ` crate.
91+ - ` ssh2-vendored ` : build with static libssl
9192
9293---
9394
You can’t perform that action at this time.
0 commit comments