From a2b4980bf35ba4c58efe6f3071cb5b093e46b292 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 25 Aug 2025 20:58:59 -0700 Subject: [PATCH] asset-tool: use rustls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 826c812..64f2aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.4.2", features = ["derive"] } futures = "0.3.30" git2 = "0.20.0" lazy-regex = "3.1.0" -rbx_asset = { path = "rbx_asset" } +rbx_asset = { path = "rbx_asset", features = ["gzip", "rustls-tls"], default-features = false } rbx_binary = "1.0.0" rbx_dom_weak = "3.0.0" rbx_reflection_database = "1.0.3" -- 2.49.1