Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanademovic committed Nov 25, 2019
1 parent df855c1 commit aa6eb46
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.9.0"
rosrust = "0.9"
```

If using Rust 2015 edition, 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.9.0"
version = "0.9.1"

[dependencies]
byteorder = "1.3.2"
Expand All @@ -15,7 +15,7 @@ error-chain = "0.12.1"
lazy_static = "1.4.0"
log = "0.4.8"
nix = "0.15.0"
rosrust_codegen = "0.9.0"
rosrust_codegen = "0.9.1"
serde = "1.0.102"
serde_derive = "1.0.102"
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.9.0"
version = "0.9.1"

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

0 comments on commit aa6eb46

Please sign in to comment.