aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-17 18:52:19 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-17 18:52:19 +0200
commitf7480ca3565bc4528ea1db503496625676085cf8 (patch)
treefe4f6ff90541dd15b835d8d90d3612a650ac6434
parenta927ca0826ef856f082a8006706ea964d07d509d (diff)
update bindgen
fixes compilation with latest clang
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f99b89..cda17a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ license = "Apache-2.0"
categories = ["compression", "filesystem"]
[build-dependencies]
-bindgen = "0.53.1"
+bindgen = "0.68.1"
[dependencies]
lazy_static = "1.4"