fix rust sdk build error (#6305)

Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
pyranota
2025-07-30 20:13:11 +02:00
committed by GitHub
parent 77c8f17fdf
commit af73244b44
+1 -1
View File
@@ -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