Skip to content

Commit

Permalink
Bump cbindgen from 0.24.3 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](mozilla/cbindgen@v0.24.3...v0.25.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 95613ee commit 5e601f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 cpp/hello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ thiserror = "1.0"
hello = { path = "../../rust/hello" }

[build-dependencies]
cbindgen = "0.24"
cbindgen = "0.25"
2 changes: 1 addition & 1 deletion wasm/hello-emscripten/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ crate-type = ["staticlib"]
hello-cpp = { path = "../../cpp/hello" }

[build-dependencies]
cbindgen = "0.24"
cbindgen = "0.25"

0 comments on commit 5e601f4

Please sign in to comment.