Skip to content

Commit

Permalink
Update bindgen to 0.70.1
Browse files Browse the repository at this point in the history
bindgen has had a lot of improvements since 0.68, and this newer version seems to able to compile libbssl from within edgeworker
  • Loading branch information
mikea authored Sep 17, 2024
1 parent 4b37d88 commit 1da6fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1da6fc5

Please sign in to comment.