Skip to content

Commit

Permalink
fix linking problem with r2r v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Sieh committed Mar 21, 2024
1 parent a1d3fb3 commit 1bdcdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-traits = "0.2.15"
fallible-iterator = "0.3.0"
rosrust_msg = { version = "0.1", optional = true }
rosrust = { version = "0.9.11", optional = true }
r2r = { version = "0.8.0", optional = true }
r2r = { version = "0.8.4", optional = true }

[features]
rosrust_msg = ["dep:rosrust_msg", "dep:rosrust"]
Expand Down

0 comments on commit 1bdcdae

Please sign in to comment.