Skip to content

Commit

Permalink
Bump bindgen and cc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 17, 2025
1 parent a68cc44 commit d2001a6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 88 deletions.
105 changes: 20 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ledger_secure_sdk_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repository.workspace = true
description = "Bindings to Ledger C SDK"

[build-dependencies]
bindgen = "0.65.1"
cc = "1.0.73"
bindgen = "0.71.1"
cc = "1.2.10"
glob = "0.3.1"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ledger_secure_sdk_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl SDKBuilder {
}

let bindings = bindings
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.generate()
.expect("Unable to generate bindings");

Expand Down

0 comments on commit d2001a6

Please sign in to comment.