build: bump remotefs-smb 0.5.0 (#446)
CI / toolchain (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / install-scripts (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Site / build-site (push) Has been cancelled
CI / crates-macos-latest (push) Has been cancelled
CI / crates-ubuntu-latest (push) Has been cancelled
CI / crates-windows-latest (push) Has been cancelled
CI / doc (push) Has been cancelled
CI / deny (push) Has been cancelled

* build: bump remotefs-smb 0.5.0

* fix(smb): windows build
This commit is contained in:
Christian Visintin
2026-09-03 10:20:33 +02:00
committed by GitHub
parent 751f68f6d4
commit 1587d3d625
3 changed files with 38 additions and 35 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ remotefs = "0.3"
remotefs-aws-s3 = "0.4"
remotefs-gcs = "0.1"
remotefs-kube = "0.4"
remotefs-smb = { version = "0.4", optional = true }
remotefs-smb = { version = "0.5", default-features = false, optional = true, features = ["find", "pavao"] }
remotefs-ssh = { version = "0.9", default-features = false, features = ["russh"] }
remotefs-webdav = "0.2"
rpassword = "7"