Fix remote paths for Windows

This commit is contained in:
veeso
2021-04-02 22:09:58 +02:00
parent d48e05cd74
commit b610da16a9
5 changed files with 72 additions and 11 deletions

7
Cargo.lock generated
View File

@@ -930,6 +930,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "path-slash"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cacbb3c4ff353b534a67fb8d7524d00229da4cb1dc8c79f4db96e375ab5b619"
[[package]]
name = "percent-encoding"
version = "2.1.0"
@@ -1397,6 +1403,7 @@ dependencies = [
"keyring",
"lazy_static",
"magic-crypt",
"path-slash",
"rand 0.8.2",
"regex",
"rpassword",