Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanademovic committed Nov 7, 2019
1 parent 79e3958 commit c1cbefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.1"
rosrust = "0.8.2"
```

Then just depend on the library with macro usage, using:
Expand Down
2 changes: 1 addition & 1 deletion 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.8.1"
version = "0.8.2"

[dependencies]
byteorder = "1.2.3"
Expand Down

0 comments on commit c1cbefe

Please sign in to comment.