From f22d6c97eef3cc50e2512d1725c6a26b9bddfd05 Mon Sep 17 00:00:00 2001 From: Thaumy Date: Tue, 23 Jan 2024 08:57:46 +0800 Subject: [PATCH] update bindgen to 0.69.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4696977..4c6f4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ build = "build.rs" "linux-5.4" = [] [build-dependencies] -bindgen = "0.68.1" +bindgen = "0.69.2" [dependencies] memmap2 = "0.9.3"