Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion r2r_actions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ r2r_rcl = { path = "../r2r_rcl", version = "0.9.4" }
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.9.4" }

[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.71.1"
r2r_common = { path = "../r2r_common", version = "0.9.4" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion r2r_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/sequenceplanner/r2r"
documentation = "https://docs.rs/r2r/latest/r2r"

[dependencies]
bindgen = "0.63.0"
bindgen = "0.71.1"
sha2 = "0.10.6"
os_str_bytes = "6.5.1"
regex = "1.8.4"
Expand Down
2 changes: 1 addition & 1 deletion r2r_msg_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ force-send-sync = "1.0.0"
rayon = "1.7.0"

[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.71.1"
r2r_rcl = { path = "../r2r_rcl", version = "0.9.4" }
r2r_common = { path = "../r2r_common", version = "0.9.4" }
quote = "1.0.28"
Expand Down
2 changes: 1 addition & 1 deletion r2r_rcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ paste = "1.0.9"
widestring = "1.0.2"

[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.71.1"
r2r_common = { path = "../r2r_common", version = "0.9.4" }

[features]
Expand Down