Skip to content

Commit 11aaa55

Browse files
build(deps): update cbindgen requirement from 0.27.0 to 0.28.0 (#361)
Updates the requirements on [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version. - [Release notes](https://github.com/mozilla/cbindgen/releases) - [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES) - [Commits](mozilla/cbindgen@v0.27.0...0.28.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>
1 parent f1580a5 commit 11aaa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ coverage = ["regorus/coverage"]
2020
custom_allocator = []
2121

2222
[build-dependencies]
23-
cbindgen = "0.27.0"
23+
cbindgen = "0.28.0"
2424
csbindgen = "=1.9.3"

0 commit comments

Comments
 (0)