Skip to content

Commit

Permalink
use newer derives
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed May 19, 2024
1 parent 536d0fb commit 66c2474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcl2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rosrust = { version = "0.9.11", optional = true }
r2r = { version = "0.8.4", optional = true }
rayon = { version = "1", optional = true }
nalgebra = { version = "0.32.5", optional = true, default-features = false }
rpcl2-derive = { version = "0.1.0", optional = true, path = "../rpcl2-derive" }
rpcl2-derive = { version = "0.2.0", optional = true, path = "../rpcl2-derive" }
memoffset = { version = "0.9", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 66c2474

Please sign in to comment.