chore: do not vendor smb when publishing on crates.io
CI / toolchain (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / install-scripts (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
Deploy docs to GitHub Pages / deploy (push) Has been cancelled
Site / build-site (push) Has been cancelled
CI / crates-windows-latest (push) Has been cancelled
CI / crates-macos-latest (push) Has been cancelled
CI / crates-ubuntu-latest (push) Has been cancelled
CI / doc (push) Has been cancelled
CI / deny (push) Has been cancelled

This commit is contained in:
Christian Visintin
2026-09-03 14:58:11 +02:00
parent f54c50f6ef
commit 74c91c747c
+1 -1
View File
@@ -1,4 +1,4 @@
# Publish the termscp crate
[group('publish')]
publish_crate args="":
cargo publish --locked --features smb-vendored {{ args }}
cargo publish --locked --features smb {{ args }}