chore: remove reqwest_unstable rustflag (no longer needed)

The --cfg reqwest_unstable flag was required by the old patched reqwest.
wreq handles everything internally — no special build flags needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-04-01 18:15:05 +02:00
parent 11b8f68f51
commit 1a5d3d8aaf

View file

@ -1,2 +1,2 @@
[build]
rustflags = ["--cfg", "reqwest_unstable"]
# No special build flags needed.
# wreq handles TLS via BoringSSL internally.