Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanademovic committed Nov 11, 2018
1 parent a34675f commit 321e1e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following dependency is needed to use the crate:

```toml
[dependencies]
rosrust = "0.6.5"
rosrust = "0.7.0"
```

Then just depend on the library with macro usage, using:
Expand Down
4 changes: 2 additions & 2 deletions rosrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
name = "rosrust"
readme = "../README.md"
repository = "https://github.com/adnanademovic/rosrust"
version = "0.6.5"
version = "0.7.0"

[dependencies]
byteorder = "1.2.3"
Expand All @@ -15,7 +15,7 @@ futures = "0.1.17"
lazy_static = "1.0.0"
log = "0.4.0"
nix = "0.9.0"
rosrust_codegen = "0.6.5"
rosrust_codegen = "0.7.0"
serde = "1.0.25"
serde_derive = "1.0.25"
xml-rpc = "0.0.9"
Expand Down
2 changes: 1 addition & 1 deletion rosrust_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
name = "rosrust_codegen"
readme = "../README.md"
repository = "https://github.com/adnanademovic/rosrust"
version = "0.6.5"
version = "0.7.0"

[dependencies]
error-chain = "0.11.0"
Expand Down

0 comments on commit 321e1e9

Please sign in to comment.