Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/anki/files/patch-rslib_Cargo.toml
16147 views
1
Avoid vendored OpenSSL dependencies.
2
3
--- rslib/Cargo.toml.orig 2020-09-04 08:35:57 UTC
4
+++ rslib/Cargo.toml
5
@@ -61,10 +61,10 @@ features = ["trace", "functions", "collation"]
6
version = "0.23.1"
7
features = ["trace", "functions", "collation", "bundled"]
8
9
-[target.'cfg(linux)'.dependencies.reqwest]
10
-git = "https://github.com/ankitects/reqwest.git"
11
-rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
12
-features = ["json", "socks", "stream", "native-tls-vendored"]
13
+#[target.'cfg(linux)'.dependencies.reqwest]
14
+#git = "https://github.com/ankitects/reqwest.git"
15
+#rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
16
+#features = ["json", "socks", "stream", "native-tls-vendored"]
17
18
[target.'cfg(not(linux))'.dependencies.reqwest]
19
git = "https://github.com/ankitects/reqwest.git"
20
21