From af73244b44aa9959ead8cfde288f5423391a0bc6 Mon Sep 17 00:00:00 2001 From: pyranota <92104930+pyranota@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:13:11 +0200 Subject: [PATCH] fix rust sdk build error (#6305) Signed-off-by: pyranota --- rust-client/dev.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-client/dev.nu b/rust-client/dev.nu index 580bfcb65c..ee62f56110 100755 --- a/rust-client/dev.nu +++ b/rust-client/dev.nu @@ -23,7 +23,7 @@ def main [ --publish(-p) --check(-c) --test(-t) ] { open windmill_api/Cargo.toml # Use rustls - otherwise compilation will fail due to missing libssl | update dependencies.reqwest.features [json, multipart, rustls-tls] - | insert dependencies.reqwest.default-features false + | update dependencies.reqwest.default-features false | update package.license "Apache-2.0" | insert package.homepage "https://windmill.dev" | save -f windmill_api/Cargo.toml