From b53dbb1ddac76e6f7d101328478855afa0201c2e Mon Sep 17 00:00:00 2001 From: hodasemi Date: Mon, 19 Aug 2024 20:13:36 +0200 Subject: [PATCH] Update Rust crate bindgen to 0.70.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5433d59..050cca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ memmap2 = "0.9.4" anyhow = "1.0.86" [build-dependencies] -bindgen = "0.69.4" \ No newline at end of file +bindgen = "0.70.0" \ No newline at end of file