1
0
mirror of https://github.com/osmarks/autobotrobot synced 2024-11-05 08:16:17 +00:00

Use a (rust-)openssl version which is not broken

This commit is contained in:
osmarks 2018-11-11 10:05:01 +00:00
parent 8ad0dbb06c
commit 72b7c21c88

View File

@ -10,3 +10,6 @@ ddg = "0.5"
regex = "1.0"
reqwest = "0.9"
lazy_static = "1.2"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }