Skip to content

Commit

Permalink
build(deps): bump cbindgen from 0.26.0 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [cbindgen](https://github.com/mozilla/cbindgen) from 0.26.0 to 0.27.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent 5f6b8fc commit a25c19a
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 81 deletions.
216 changes: 136 additions & 80 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib", "staticlib"]
doc = false

[build-dependencies]
cbindgen = "0.26.0"
cbindgen = "0.27.0"

[dependencies]
substrait-validator = { path = "../rs", version = "0.0.11" }
Expand Down

0 comments on commit a25c19a

Please sign in to comment.