Skip to content

Commit

Permalink
Merge pull request #83 from Ortham/dependabot/cargo/cbindgen-0.26
Browse files Browse the repository at this point in the history
Update cbindgen requirement from 0.25 to 0.26
  • Loading branch information
Ortham committed Sep 18, 2023
2 parents 3e24fd8 + 785392e commit cd1dc59
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 @@ -29,4 +29,4 @@ default = []
ffi-headers = ["cbindgen"]

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

0 comments on commit cd1dc59

Please sign in to comment.