Skip to content

Commit

Permalink
fix: removed users dep
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 7, 2024
1 parent cabf0e3 commit ac2533a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

- [Changelog](#changelog)
- [0.4.1](#041)
- [0.4.0](#040)
- [0.3.1](#031)
- [0.3.0](#030)
Expand All @@ -15,6 +16,12 @@

---

## 0.4.1

Released on 07/10/2024

- Removed unused dep: `users`

## 0.4.0

Released on 30/09/2024
Expand Down
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "remotefs-ssh"
readme = "README.md"
repository = "https://github.com/remotefs-rs/remotefs-rs-ssh"
version = "0.4.0"
version = "0.4.1"

[dependencies]
chrono = "^0.4"
Expand All @@ -22,10 +22,10 @@ ssh2 = "^0.9"

[dev-dependencies]
env_logger = "^0.11"
pretty_assertions = "^1.0.0"
pretty_assertions = "^1"
rand = "^0.8.4"
serial_test = "^3"
tempfile = "^3.5"
tempfile = "^3"

[features]
default = ["find"]
Expand All @@ -40,7 +40,3 @@ with-containers = []
[target."cfg(target_os = \"windows\")"]
[target."cfg(target_os = \"windows\")".dependencies]
path-slash = "^0.2.1"

[target."cfg(target_family = \"unix\")"]
[target."cfg(target_family = \"unix\")".dependencies]
users = "^0.11.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p align="center">~ Remotefs SSH client ~</p>

<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.4.0 (30/09/2024)</p>
<p align="center">Current version: 0.4.1 (07/10/2024)</p>

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

0 comments on commit ac2533a

Please sign in to comment.