Skip to content

Commit ec4df69

Browse files
committed
ssh2-vendored feature
1 parent 7b0d790 commit ec4df69

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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

1017
Released on 04/01/2022

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "remotefs-ssh"
1212
readme = "README.md"
1313
repository = "https://github.com/veeso/remotefs-rs-ssh"
14-
version = "0.1.0"
14+
version = "0.1.1"
1515

1616
[dependencies]
1717
chrono = "^0.4.19"
@@ -34,6 +34,7 @@ default = [ "find" ]
3434
# misc
3535
find = [ "remotefs/find" ]
3636
no-log = [ "log/max_level_off" ]
37+
ssh2-vendored = [ "ssh2/vendored-openssl" ]
3738
# tests
3839
github-actions = []
3940
with-containers = [ ]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

0 commit comments

Comments
 (0)