11 lines
327 B
Diff
11 lines
327 B
Diff
--- Cargo.toml.orig 2018-10-30 00:19:23.713512967 +0100
|
|
+++ Cargo.toml 2018-10-30 00:20:02.501175591 +0100
|
|
@@ -46,3 +46,7 @@
|
|
lto = false
|
|
debug-assertions = true
|
|
panic = 'unwind'
|
|
+
|
|
+
|
|
+[patch.crates-io]
|
|
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}
|