use released versions of roslibrust

This commit is contained in:
Lucas Walter 2024-07-31 16:37:47 -07:00
parent c65f204d28
commit 47b09c60af
1 changed files with 3 additions and 6 deletions

View File

@ -40,19 +40,16 @@ rpcl2-derive = { version = "0.3", optional = true, path = "../rpcl2-derive" }
memoffset = { version = "0.9", optional = true }
[dependencies.roslibrust]
git = "https://github.com/Carter12s/roslibrust.git"
branch = "master"
version = "0.10.2"
optional = true
features = ["ros1"]
[dependencies.roslibrust_codegen]
git = "https://github.com/Carter12s/roslibrust.git"
branch = "master"
version = "0.10"
optional = true
[dependencies.roslibrust_codegen_macro]
git = "https://github.com/Carter12s/roslibrust.git"
branch = "master"
version = "0.10"
optional = true
[dev-dependencies]