diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index f250da30a..8b0817184 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -1,5 +1,6 @@ 1.0 (to be released) ----------------- +- Improvement: Changed Bindgen 0.64.0 -> 0.69.4 in src/Cargo.toml,Cargo.lock (as issue 1608 proposed) - New: Create unit test for rust code (#1615) - Breaking: Major argument flags revamp for CCExtractor (#1564 & #1619) - New: Create a Docker image to simplify the CCExtractor usage without any environmental hustle (#1611) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index da5e88652..9897424c1 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -30,7 +30,7 @@ lib_ccxr = { path = "lib_ccxr" } url = "2.5.2" [build-dependencies] -bindgen = "0.64.0" +bindgen = "0.69.4" pkg-config = "0.3.30" [features]