use newer derives

This commit is contained in:
stelzo 2024-05-20 00:38:39 +02:00
parent 536d0fb9bb
commit 66c2474452
No known key found for this signature in database
GPG Key ID: FC4EF89052319374
1 changed files with 1 additions and 1 deletions

View File

@ -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]