Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanademovic committed Nov 16, 2018
1 parent 4f8ba93 commit 16e810e
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.7.0"
rosrust = "0.7.1"
```

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 @@ -5,7 +5,7 @@ license = "MIT"
name = "rosrust"
readme = "../README.md"
repository = "https://github.com/adnanademovic/rosrust"
version = "0.7.0"
version = "0.7.1"

[dependencies]
byteorder = "1.2.3"
Expand Down

0 comments on commit 16e810e

Please sign in to comment.