fix: bump vers

This commit is contained in:
veeso
2024-10-02 10:33:42 +02:00
parent d319a2fae4
commit c5f76ec51c
2 changed files with 9 additions and 35 deletions

View File

@@ -103,7 +103,7 @@ remotefs-smb = { version = "^0.3", optional = true }
[target."cfg(target_family = \"windows\")"]
[target."cfg(target_family = \"windows\")".dependencies]
remotefs-ftp = { version = "^0.1.2", features = ["native-tls"] }
remotefs-ftp = { version = "^0.2", features = ["native-tls"] }
remotefs-ssh = "^0.4"
[target."cfg(target_family = \"unix\")"]