From 580ae3c61fb87aa424f3dc8a7254d9f01b61923e Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 2 Oct 2024 21:48:50 +0700 Subject: [PATCH] Update to bindgen 0.70 --- 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 }