Skip to content

Commit

Permalink
Update cbindgen requirement from 0.19 to 0.20 (#30)
Browse files Browse the repository at this point in the history
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES)
- [Commits](mozilla/cbindgen@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2021
1 parent 6151ebd commit f27c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Expand Up @@ -27,4 +27,4 @@ default = []
ffi-headers = ["cbindgen"]

[build-dependencies]
cbindgen = { version = "0.19", optional = true }
cbindgen = { version = "0.20", optional = true }

0 comments on commit f27c1fa

Please sign in to comment.