Skip to content

Commit

Permalink
Bump version number and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschenberger committed May 9, 2017
1 parent d000504 commit 47f385f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modbus"
version = "0.5.1"
version = "0.5.2"
authors = ["Falco Hirschenberger <falco.hirschenberger@gmail.com>"]
repository = "https://github.com/hirschenberger/modbus-rs.git"
homepage = "https://github.com/hirschenberger/modbus-rs.git"
Expand All @@ -16,7 +16,7 @@ num = "0.1"
serde = "1.0"
serde_derive = "1.0"
bincode = "0.8"
byteorder = "0.5"
byteorder = "*"

[dev-dependencies]
modbus-test-server = {path = "test-server", version="0.0.*"}
Expand Down

0 comments on commit 47f385f

Please sign in to comment.