mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix rust sdk build error (#6305)
Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user