rvsttd: drop ureq, use curl for model downloads (rustc 1.85 compat)

This commit is contained in:
2026-08-13 10:49:49 +00:00
parent 23de208e96
commit d8bdec7543
2 changed files with 10 additions and 4 deletions
-1
View File
@@ -12,7 +12,6 @@ anyhow = "1"
cpal = "0.15"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ureq = "2"
[build-dependencies]
bindgen = "0.71"