Skip to content

Commit 4e76333

Browse files
build(deps): update cbindgen requirement from 0.21 to 0.23
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.21.0...v0.23.0) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a213ff commit 4e76333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
name = "springql_client"
1313

1414
[build-dependencies]
15-
cbindgen = "0.21"
15+
cbindgen = "0.23"
1616

1717
[dependencies]
1818
springql-core = "0.7.1"

0 commit comments

Comments
 (0)