fix: relative paths windows (#167)

This commit is contained in:
Christian Visintin
2023-04-19 10:15:00 +02:00
committed by GitHub
parent fdb0d97a61
commit d37140ead6
2 changed files with 11 additions and 11 deletions

View File

@@ -78,12 +78,12 @@ with-keyring = [ "keyring" ]
[target."cfg(target_family = \"windows\")"]
[target."cfg(target_family = \"windows\")".dependencies]
remotefs-ftp = { version = "^0.1.2", features = [ "native-tls" ] }
remotefs-ssh = "^0.1.5"
remotefs-ssh = "^0.1.6"
[target."cfg(target_family = \"unix\")"]
[target."cfg(target_family = \"unix\")".dependencies]
remotefs-ftp = { version = "^0.1.2", features = [ "vendored", "native-tls" ] }
remotefs-ssh = { version = "^0.1.5", features = [ "ssh2-vendored" ] }
remotefs-ssh = { version = "^0.1.6", features = [ "ssh2-vendored" ] }
users = "0.11.0"
[profile.dev]