Path: blob/main/games/anki/files/patch-rslib_Cargo.toml
16147 views
Avoid vendored OpenSSL dependencies.12--- rslib/Cargo.toml.orig 2020-09-04 08:35:57 UTC3+++ rslib/Cargo.toml4@@ -61,10 +61,10 @@ features = ["trace", "functions", "collation"]5version = "0.23.1"6features = ["trace", "functions", "collation", "bundled"]78-[target.'cfg(linux)'.dependencies.reqwest]9-git = "https://github.com/ankitects/reqwest.git"10-rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"11-features = ["json", "socks", "stream", "native-tls-vendored"]12+#[target.'cfg(linux)'.dependencies.reqwest]13+#git = "https://github.com/ankitects/reqwest.git"14+#rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"15+#features = ["json", "socks", "stream", "native-tls-vendored"]1617[target.'cfg(not(linux))'.dependencies.reqwest]18git = "https://github.com/ankitects/reqwest.git"192021