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:
parent
8ad0dbb06c
commit
72b7c21c88
@ -9,4 +9,7 @@ calculate = "0.5"
|
||||
ddg = "0.5"
|
||||
regex = "1.0"
|
||||
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