mirror of
https://github.com/osmarks/autobotrobot
synced 2025-08-04 12:58:08 +00:00
Use a (rust-)openssl version which is not broken
This commit is contained in:
parent
8ad0dbb06c
commit
72b7c21c88
@ -9,4 +9,7 @@ calculate = "0.5"
|
|||||||
ddg = "0.5"
|
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…
x
Reference in New Issue
Block a user