Skip to content

Commit ac2533a

Browse files
committed
fix: removed users dep
1 parent cabf0e3 commit ac2533a

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
- [Changelog](#changelog)
4+
- [0.4.1](#041)
45
- [0.4.0](#040)
56
- [0.3.1](#031)
67
- [0.3.0](#030)
@@ -15,6 +16,12 @@
1516

1617
---
1718

19+
## 0.4.1
20+
21+
Released on 07/10/2024
22+
23+
- Removed unused dep: `users`
24+
1825
## 0.4.0
1926

2027
Released on 30/09/2024

Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "remotefs-ssh"
1111
readme = "README.md"
1212
repository = "https://github.com/remotefs-rs/remotefs-rs-ssh"
13-
version = "0.4.0"
13+
version = "0.4.1"
1414

1515
[dependencies]
1616
chrono = "^0.4"
@@ -22,10 +22,10 @@ ssh2 = "^0.9"
2222

2323
[dev-dependencies]
2424
env_logger = "^0.11"
25-
pretty_assertions = "^1.0.0"
25+
pretty_assertions = "^1"
2626
rand = "^0.8.4"
2727
serial_test = "^3"
28-
tempfile = "^3.5"
28+
tempfile = "^3"
2929

3030
[features]
3131
default = ["find"]
@@ -40,7 +40,3 @@ with-containers = []
4040
[target."cfg(target_os = \"windows\")"]
4141
[target."cfg(target_os = \"windows\")".dependencies]
4242
path-slash = "^0.2.1"
43-
44-
[target."cfg(target_family = \"unix\")"]
45-
[target."cfg(target_family = \"unix\")".dependencies]
46-
users = "^0.11.0"

README.md

Lines changed: 1 addition & 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.4.0 (30/09/2024)</p>
14+
<p align="center">Current version: 0.4.1 (07/10/2024)</p>
1515

1616
<p align="center">
1717
<a href="https://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)