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 3d3d3cb commit 758d5a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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.2.1](#021)
- [0.2.0](#020)
- [0.1.4](#014)
- [0.1.3](#013)
Expand All @@ -10,6 +11,12 @@

---

## 0.2.1

Released on 07/10/2024

- Removed unused dep: `users`

## 0.2.0

Released on 30/09/2024
Expand Down
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "remotefs-ftp"
readme = "README.md"
repository = "https://github.com/remotefs-rs/remotefs-rs-ftp"
version = "0.2.0"
version = "0.2.1"

[dependencies]
log = "^0.4"
Expand Down Expand Up @@ -42,7 +42,3 @@ with-containers = ["native-tls"]
[target."cfg(target_os = \"windows\")"]
[target."cfg(target_os = \"windows\")".dependencies]
path-slash = "^0.1.4"

[target."cfg(target_family = \"unix\")"]
[target."cfg(target_family = \"unix\")".dependencies]
users = "^0.11.0"

0 comments on commit 758d5a3

Please sign in to comment.