Skip to content

Commit

Permalink
Bump bindgen from 0.69.4 to 0.70.1
Browse files Browse the repository at this point in the history
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.4 to 0.70.1.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.69.4...v0.70.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 66af80b commit b8325ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 48 deletions.
51 changes: 6 additions & 45 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 libloragw-2g4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
anyhow = "1.0"

[build-dependencies]
bindgen = "0.69"
bindgen = "0.70"
2 changes: 1 addition & 1 deletion libloragw-sx1301/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
anyhow = "1.0"

[build-dependencies]
bindgen = "0.69"
bindgen = "0.70"
2 changes: 1 addition & 1 deletion libloragw-sx1302/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
anyhow = "1.0"

[build-dependencies]
bindgen = "0.69"
bindgen = "0.70"

0 comments on commit b8325ec

Please sign in to comment.