Skip to content

Commit

Permalink
checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Nov 17, 2023
1 parent dbf24d9 commit 499a9f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/minimal_action_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ path = "src/minimal_action_client.rs"
anyhow = {version = "1", features = ["backtrace"]}

[dependencies.rclrs]
version = "0.3"
version = "0.4"

[dependencies.rosidl_runtime_rs]
version = "0.3"
version = "0.4"

[dependencies.example_interfaces]
version = "*"
4 changes: 2 additions & 2 deletions examples/minimal_action_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ path = "src/minimal_action_server.rs"
anyhow = {version = "1", features = ["backtrace"]}

[dependencies.rclrs]
version = "0.3"
version = "0.4"

[dependencies.rosidl_runtime_rs]
version = "0.3"
version = "0.4"

[dependencies.example_interfaces]
version = "*"
2 changes: 2 additions & 0 deletions rosidl_generator_rs/resource/action.rs.em
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ TEMPLATE(
package_name=package_name, interface_path=interface_path,
msg_specs=action_msg_specs,
get_rs_name=get_rs_name, get_rmw_rs_type=get_rmw_rs_type,
pre_field_serde=pre_field_serde,
get_idiomatic_rs_type=get_idiomatic_rs_type,
constant_value_to_rs=constant_value_to_rs)
}@
Expand All @@ -32,6 +33,7 @@ TEMPLATE(
package_name=package_name, interface_path=interface_path,
msg_specs=action_msg_specs,
get_rs_name=get_rs_name, get_rmw_rs_type=get_rmw_rs_type,
pre_field_serde=pre_field_serde,
get_idiomatic_rs_type=get_idiomatic_rs_type,
constant_value_to_rs=constant_value_to_rs)
}@
Expand Down

0 comments on commit 499a9f6

Please sign in to comment.