Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanademovic committed Aug 24, 2020
1 parent c918ed7 commit 8cc3ecc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.4"
version = "0.9.5"

[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.2"
rosrust_codegen = "0.9.3"
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.2"
version = "0.9.3"

[dependencies]
error-chain = "0.12.1"
Expand Down
4 changes: 2 additions & 2 deletions rosrust_msg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ license = "MIT"
name = "rosrust_msg"
readme = "../README.md"
repository = "https://github.com/adnanademovic/rosrust"
version = "0.1.0"
version = "0.1.1"
build = "build.rs"

[dependencies]
rosrust = "0.9.4"
rosrust = "0.9.5"

0 comments on commit 8cc3ecc

Please sign in to comment.