Skip to content

Commit

Permalink
Merge pull request #4983 from atmaxinger/rust-bindgen-update
Browse files Browse the repository at this point in the history
bindings/rust: upgrade bindgen version
  • Loading branch information
markus2330 committed Jul 31, 2023
2 parents 76276dd + 61da795 commit 20b90e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ This section keeps you up-to-date with the multi-language support provided by El
- <<TODO>>
- <<TODO>>

### <<Binding>>
### Rust

- <<TODO>>
- Upgrade bindgen dependency to version 0.55.1. _(Maximilian Irlinger @atmaxinger)_
- <<TODO>>
- <<TODO>>

Expand Down
2 changes: 1 addition & 1 deletion src/bindings/rust/elektra-sys/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ resolver = "2"
[dependencies]

[build-dependencies]
bindgen = "= 0.50.0"
bindgen = "= 0.55.1"
object = "< 0.30.0"

0 comments on commit 20b90e0

Please sign in to comment.