ci(rpm): replaced rustls with native-tls (OpenSSL) so it can build in copr

This commit is contained in:
2026-07-05 20:56:18 +03:00
parent 0b23b3ed51
commit cfe478b02d
2 changed files with 94 additions and 352 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ egui_extras = "0.35.0"
egui_material_icons = "0.7.0"
egui_dnd = "0.16.0"
reqwest = "0.13.4"
reqwest = { version = "0.13.4", default-features = false, features = ["native-tls"] }
percent-encoding = "2.3.2"
[profile.dev]