Skip to content

Commit 758d5a3

Browse files
committed
fix: removed users dep
1 parent 3d3d3cb commit 758d5a3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
- [Changelog](#changelog)
4+
- [0.2.1](#021)
45
- [0.2.0](#020)
56
- [0.1.4](#014)
67
- [0.1.3](#013)
@@ -10,6 +11,12 @@
1011

1112
---
1213

14+
## 0.2.1
15+
16+
Released on 07/10/2024
17+
18+
- Removed unused dep: `users`
19+
1320
## 0.2.0
1421

1522
Released on 30/09/2024

Cargo.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "remotefs-ftp"
1111
readme = "README.md"
1212
repository = "https://github.com/remotefs-rs/remotefs-rs-ftp"
13-
version = "0.2.0"
13+
version = "0.2.1"
1414

1515
[dependencies]
1616
log = "^0.4"
@@ -42,7 +42,3 @@ with-containers = ["native-tls"]
4242
[target."cfg(target_os = \"windows\")"]
4343
[target."cfg(target_os = \"windows\")".dependencies]
4444
path-slash = "^0.1.4"
45-
46-
[target."cfg(target_family = \"unix\")"]
47-
[target."cfg(target_family = \"unix\")".dependencies]
48-
users = "^0.11.0"

0 commit comments

Comments
 (0)