mirror of
https://github.com/veeso/termscp.git
synced 2026-04-10 12:12:06 -07:00
fix: relative paths windows (#167)
This commit is contained in:
committed by
GitHub
parent
fdb0d97a61
commit
d37140ead6
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user