Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative path for rosrust dependency in rosrust_msg #153

Closed

Conversation

lucasw
Copy link
Contributor

@lucasw lucasw commented Nov 22, 2020

I was trying to use a relative path to a fork of rosrust and rosrust_msg in my own project, but rosrust_msg was pulling in the official version of rosrust and generating this confusing error:

error[E0277]: the trait bound `rosrust_msg::rosgraph_msgs::Log: rosrust::Message` is not satisfied
...

Making rosrust_msg use the local rosrust via a relative path fixes that, and makes it consistent with the other Cargo.tomls here that all use relative paths.

@adnanademovic
Copy link
Owner

This is also being handled by #161 , thanks for the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants