From 28aef4a90d58f65a2167d211ec4546feb8fbb4c0 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 17 Sep 2024 15:45:56 -0700 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 746a2978..020324af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ boring-sys = { version = "4.9.0", path = "./boring-sys", default-features = fals boring = { version = "4.9.0", path = "./boring" } tokio-boring = { version = "4.9.0", 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"