From b8ce0ef4867b62c5fbebf0ab86ab122164aeee5f Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 2 Oct 2024 22:45:52 +0700 Subject: [PATCH] Update to bindgen 0.70 (#312) --- z3-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z3-sys/Cargo.toml b/z3-sys/Cargo.toml index 64028302..36f62fe6 100644 --- a/z3-sys/Cargo.toml +++ b/z3-sys/Cargo.toml @@ -16,7 +16,7 @@ homepage = "https://github.com/prove-rs/z3.rs" repository = "https://github.com/prove-rs/z3.rs.git" [build-dependencies] -bindgen = { version = "0.69", default-features = false, features = ["runtime"] } +bindgen = { version = "0.70", default-features = false, features = ["runtime"] } cmake = { version = "0.1.49", optional = true } pkg-config = "0.3.27" vcpkg = { version = "0.2.15", optional = true }