Update r2r requirement from 0.8.4 to 0.9.0 (#22)
Updates the requirements on [r2r](https://github.com/sequenceplanner/r2r) to permit the latest version. - [Commits](https://github.com/sequenceplanner/r2r/compare/0.8.4...0.9.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>
This commit is contained in:
parent
d76a380680
commit
67a5879ad2
|
|
@ -33,7 +33,7 @@ rust-version = "1.63"
|
|||
[dependencies]
|
||||
rosrust_msg = { version = "0.1", optional = true }
|
||||
rosrust = { version = "0.9.11", optional = true }
|
||||
r2r = { version = "0.8.4", optional = true }
|
||||
r2r = { version = "0.9.0", optional = true }
|
||||
rayon = { version = "1", optional = true }
|
||||
nalgebra = { version = "0.32.5", optional = true, default-features = false }
|
||||
rpcl2-derive = { version = "0.2.0", optional = true, path = "../rpcl2-derive" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue