Skip to content

Commit

Permalink
Merge pull request #39 from Ortham/dependabot/cargo/cbindgen-0.26
Browse files Browse the repository at this point in the history
Update cbindgen requirement from 0.24 to 0.26
  • Loading branch information
Ortham committed Sep 18, 2023
2 parents 0bf4f95 + c76abe9 commit 7308716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ default = []
ffi-headers = ["cbindgen"]

[build-dependencies]
cbindgen = { version = "0.24", optional = true }
cbindgen = { version = "0.26", optional = true }

0 comments on commit 7308716

Please sign in to comment.