Update bindgen to 0.70.1
bindgen has had a lot of improvements since 0.68, and this newer version seems to able to compile libbssl from within edgeworker
This commit is contained in:
parent
4b37d88b80
commit
8cb5da61a6
|
|
@ -23,7 +23,7 @@ boring-sys = { version = "4.9.1", path = "./boring-sys" }
|
|||
boring = { version = "4.9.1", path = "./boring" }
|
||||
tokio-boring = { version = "4.9.1", path = "./tokio-boring" }
|
||||
|
||||
bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
|
||||
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
||||
cmake = "0.1.18"
|
||||
fs_extra = "1.3.0"
|
||||
fslock = "0.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue