From e82e44d0c1c87ddc16fbf0bbf735d6fa1f4a61a7 Mon Sep 17 00:00:00 2001 From: Adnan Ademovic Date: Fri, 7 Jun 2019 19:17:17 +0200 Subject: [PATCH] Bump package versions --- README.md | 2 +- rosrust/Cargo.toml | 4 ++-- rosrust_codegen/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e4c90e..ea83c2a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The following dependency is needed to use the crate: ```toml [dependencies] -rosrust = "0.7.1" +rosrust = "0.8.0" ``` Then just depend on the library with macro usage, using: diff --git a/rosrust/Cargo.toml b/rosrust/Cargo.toml index 6eb297a..46b1566 100644 --- a/rosrust/Cargo.toml +++ b/rosrust/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "rosrust" readme = "../README.md" repository = "https://github.com/adnanademovic/rosrust" -version = "0.7.1" +version = "0.8.0" [dependencies] byteorder = "1.2.3" @@ -15,7 +15,7 @@ error-chain = "0.11.0" lazy_static = "1.0.0" log = "0.4.0" nix = "0.9.0" -rosrust_codegen = "0.7.0" +rosrust_codegen = "0.8.0" serde = "1.0.25" serde_derive = "1.0.25" xml-rpc = "0.0.12" diff --git a/rosrust_codegen/Cargo.toml b/rosrust_codegen/Cargo.toml index 532583e..11ae846 100644 --- a/rosrust_codegen/Cargo.toml +++ b/rosrust_codegen/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "rosrust_codegen" readme = "README.md" repository = "https://github.com/adnanademovic/rosrust" -version = "0.7.0" +version = "0.8.0" [dependencies] error-chain = "0.11.0"