mirror of
https://github.com/osmarks/autobotrobot
synced 2025-01-18 19:32:51 +00:00
Use a (rust-)openssl version which is not broken
This commit is contained in:
parent
8ad0dbb06c
commit
72b7c21c88
@ -10,3 +10,6 @@ ddg = "0.5"
|
|||||||
regex = "1.0"
|
regex = "1.0"
|
||||||
reqwest = "0.9"
|
reqwest = "0.9"
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
|
Loading…
Reference in New Issue
Block a user