Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/CHANGES.TXT
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading