Skip to content

Commit

Permalink
Update r2r requirement from 0.7.5 to 0.8.0 (#11)
Browse files Browse the repository at this point in the history
Updates the requirements on [r2r](https://github.com/sequenceplanner/r2r) to permit the latest version.
- [Commits](sequenceplanner/r2r@0.7.5...0.8.0)

---
updated-dependencies:
- dependency-name: r2r
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 8a76e45 commit 1dedd9c
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.7.5", optional = true }
r2r = { version = "0.8.0", optional = true }

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

0 comments on commit 1dedd9c

Please sign in to comment.