Skip to content

Commit

Permalink
Update bindgen to 0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafioraldi authored Feb 5, 2023
1 parent bf9bc18 commit 3464171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frida-gum-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ invocation-listener = ["cc"]
stalker-observer = ["cc"]

[build-dependencies]
bindgen = "0.61.0"
bindgen = "0.63"
cc = { version = "1.0", optional = true }
frida-build = { path = "../frida-build", version = "0.2.1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion frida-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Rust generated bindings for Frida"
auto-download = ["frida-build"]

[build-dependencies]
bindgen = "0.61.0"
bindgen = "0.63"
frida-build = { path = "../frida-build", version = "0.2.1", optional = true }

[badges]
Expand Down

0 comments on commit 3464171

Please sign in to comment.