Fixed incorrect rustls feature from rink and translate plugins

This commit is contained in:
Kirottu
2023-04-13 14:31:18 +03:00
parent df6491b6b5
commit 78acd78d66
3 changed files with 56 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ crate-type = ["cdylib"]
anyrun-plugin = { path = "../../anyrun-plugin" }
abi_stable = "0.11.1"
rink-core = "0.6"
reqwest = { version = "0.11.13", default-features = false, features = ["blocking", "json", "rustls"] }
reqwest = { version = "0.11.13", default-features = false, features = ["blocking", "json", "rustls-tls"] }