Skip to content

Commit d8222b2

Browse files
committed
fix: binary size
Signed-off-by: Sam Gammon <[email protected]>
1 parent c00fd23 commit d8222b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ quote = "1.0.36"
150150
rand = { version = "0.9.0", default-features = false }
151151
reflink-copy = "0.1.18"
152152
regex = "1.10.5"
153-
reqwest = { version = "0.12.3", default-features = true, features = ["native-tls-vendored", "http2", "charset", "json", "gzip", "stream"] }
153+
reqwest = { version = "0.12.3", default-features = true, features = ["native-tls", "http2", "charset", "json", "gzip", "stream"] }
154154
reqwest-middleware = "0.4.0"
155155
resvg = "0.29.0"
156156
rkyv = { version = "0.8.10" }
@@ -235,10 +235,10 @@ path = "src/main.rs"
235235
split-debuginfo = "unpacked"
236236

237237
[profile.release]
238-
lto = "thin"
239-
opt-level = 3
238+
lto = true
239+
opt-level = "s"
240240
strip = false
241-
debug = true
241+
debug = false
242242
incremental = false
243243
codegen-units = 1
244244
split-debuginfo = "unpacked"

0 commit comments

Comments
 (0)