mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add build check for OpenSSL 1.1.1 requirement
This commit is contained in:
parent
9f4b674fb5
commit
21b2479dc2
3 changed files with 19 additions and 0 deletions
|
@ -6,6 +6,7 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
publish = false
|
||||
autotests = false # Inhibit lookup for tests/*.rs without [[test]] sections
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
name = "net"
|
||||
|
@ -43,6 +44,7 @@ mime_guess = "2.0.0-alpha.6"
|
|||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
openssl = "0.10"
|
||||
openssl-sys = "0.9"
|
||||
percent-encoding = "2.0"
|
||||
pixels = {path = "../pixels"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue