From 60e770a881cc247388ead0576a6d4ad1d06c9b9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 08:03:32 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.62 --- bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 5ff7925..aed8148 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] [build-dependencies] -bindgen = "0.60" +bindgen = "0.62"