Skip to content

Commit 48cafa7

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): update cbindgen requirement in /bindings/c
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@0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6be700 commit 48cafa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/c/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
libc = "0.2"
1313

1414
[build-dependencies]
15-
cbindgen = "0.26"
15+
cbindgen = "0.27"
1616

1717
[dependencies.css-inline]
1818
path = "../../css-inline"

0 commit comments

Comments
 (0)