Skip to content

Commit 56acba5

Browse files
beuss-gitm-dahl
authored andcommitted
Update bindgen 0.63.0 -> 0.71.1 (#116)
This fixes #116 by now generating the missing primitive sequence functions. Tested to be working on Ubuntu 22.04 with ROS2 Humble and Iron.
1 parent ad25b72 commit 56acba5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

r2r_actions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ r2r_rcl = { path = "../r2r_rcl", version = "0.9.4" }
1515
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.9.4" }
1616

1717
[build-dependencies]
18-
bindgen = "0.63.0"
18+
bindgen = "0.71.1"
1919
r2r_common = { path = "../r2r_common", version = "0.9.4" }
2020

2121
[features]

r2r_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/sequenceplanner/r2r"
1111
documentation = "https://docs.rs/r2r/latest/r2r"
1212

1313
[dependencies]
14-
bindgen = "0.63.0"
14+
bindgen = "0.71.1"
1515
sha2 = "0.10.6"
1616
os_str_bytes = "6.5.1"
1717
regex = "1.8.4"

r2r_msg_gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ force-send-sync = "1.0.0"
2121
rayon = "1.7.0"
2222

2323
[build-dependencies]
24-
bindgen = "0.63.0"
24+
bindgen = "0.71.1"
2525
r2r_rcl = { path = "../r2r_rcl", version = "0.9.4" }
2626
r2r_common = { path = "../r2r_common", version = "0.9.4" }
2727
quote = "1.0.28"

r2r_rcl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ paste = "1.0.9"
1515
widestring = "1.0.2"
1616

1717
[build-dependencies]
18-
bindgen = "0.63.0"
18+
bindgen = "0.71.1"
1919
r2r_common = { path = "../r2r_common", version = "0.9.4" }
2020

2121
[features]

0 commit comments

Comments
 (0)