File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
- [ Changelog] ( #changelog )
4
+ - [ 0.2.1] ( #021 )
4
5
- [ 0.2.0] ( #020 )
5
6
- [ 0.1.4] ( #014 )
6
7
- [ 0.1.3] ( #013 )
10
11
11
12
---
12
13
14
+ ## 0.2.1
15
+
16
+ Released on 07/10/2024
17
+
18
+ - Removed unused dep: ` users `
19
+
13
20
## 0.2.0
14
21
15
22
Released on 30/09/2024
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT"
10
10
name = " remotefs-ftp"
11
11
readme = " README.md"
12
12
repository = " https://github.com/remotefs-rs/remotefs-rs-ftp"
13
- version = " 0.2.0 "
13
+ version = " 0.2.1 "
14
14
15
15
[dependencies ]
16
16
log = " ^0.4"
@@ -42,7 +42,3 @@ with-containers = ["native-tls"]
42
42
[target ."cfg(target_os = \"windows\")" ]
43
43
[target ."cfg(target_os = \"windows\")" .dependencies ]
44
44
path-slash = " ^0.1.4"
45
-
46
- [target ."cfg(target_family = \"unix\")" ]
47
- [target ."cfg(target_family = \"unix\")" .dependencies ]
48
- users = " ^0.11.0"
You can’t perform that action at this time.
0 commit comments