From 74c91c747cf3cd556f59ea1b74da700108ee0bf5 Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Thu, 3 Sep 2026 14:58:11 +0200 Subject: [PATCH] chore: do not vendor smb when publishing on crates.io --- just/publish.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just/publish.just b/just/publish.just index 8558634..437b43b 100644 --- a/just/publish.just +++ b/just/publish.just @@ -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 }}