Skip to content

Commit

Permalink
Merge pull request #16 from Ortham/dependabot/cargo/cbindgen-0.10
Browse files Browse the repository at this point in the history
Update cbindgen requirement from 0.9 to 0.10
  • Loading branch information
Ortham committed Nov 25, 2019
2 parents 579dc05 + 467d047 commit 412550b
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 @@ -27,4 +27,4 @@ default = []
ffi-headers = ["cbindgen"]

[build-dependencies]
cbindgen = { version = "0.9", optional = true }
cbindgen = { version = "0.10", optional = true }

0 comments on commit 412550b

Please sign in to comment.