Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanademovic committed Jun 7, 2019
1 parent 2eb4b1b commit e82e44d
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.7.1"
rosrust = "0.8.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 @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rosrust_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e82e44d

Please sign in to comment.