10 lines
329 B
Diff
10 lines
329 B
Diff
--- Cargo.toml.orig 2018-10-29 23:24:38.026250624 +0100
|
|
+++ Cargo.toml 2018-10-29 23:24:52.357116316 +0100
|
|
@@ -54,3 +54,6 @@
|
|
"components/imageproc",
|
|
"components/link_checker",
|
|
]
|
|
+
|
|
+[patch.crates-io]
|
|
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}
|