From 39c8c5d0b8c264d1f1000884feeb0249936db71f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 8 Feb 2023 02:02:18 +0100 Subject: [PATCH] Update Rust crate bindgen to 0.64.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb9a15e..168edef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ memmap2 = "0.5.8" anyhow = "1.0.69" [build-dependencies] -bindgen = "0.63.0" \ No newline at end of file +bindgen = "0.64.0" \ No newline at end of file