File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The following dependency is needed to use the crate:
1212
1313``` toml
1414[dependencies ]
15- rosrust = " 0.7.1 "
15+ rosrust = " 0.8.0 "
1616```
1717
1818Then just depend on the library with macro usage, using:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT"
66name = " rosrust"
77readme = " ../README.md"
88repository = " https://github.com/adnanademovic/rosrust"
9- version = " 0.7.1 "
9+ version = " 0.8.0 "
1010
1111[dependencies ]
1212byteorder = " 1.2.3"
@@ -15,7 +15,7 @@ error-chain = "0.11.0"
1515lazy_static = " 1.0.0"
1616log = " 0.4.0"
1717nix = " 0.9.0"
18- rosrust_codegen = " 0.7 .0"
18+ rosrust_codegen = " 0.8 .0"
1919serde = " 1.0.25"
2020serde_derive = " 1.0.25"
2121xml-rpc = " 0.0.12"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT"
66name = " rosrust_codegen"
77readme = " README.md"
88repository = " https://github.com/adnanademovic/rosrust"
9- version = " 0.7 .0"
9+ version = " 0.8 .0"
1010
1111[dependencies ]
1212error-chain = " 0.11.0"
You can’t perform that action at this time.
0 commit comments