Skip to content

Commit

Permalink
Fix test-server dependency in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschenberger committed Nov 18, 2015
1 parent f3fa69d commit df27aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ byteorder = "0.4.2"
clippy = {version = "0.0.*", optional = true}

[dev-dependencies]
test-server = {path = "test-server"}
modbus-test-server = {path = "test-server", version="0.0.*", feature=["modbus-test-server/modbus-server-tests"]}

[features]
default=[]
modbus-server-tests = ["test-server/modbus-server-tests"]
modbus-server-tests = ["modbus-test-server/modbus-server-tests"]
2 changes: 1 addition & 1 deletion test-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modbus-test-server"
version = "0.0.1"
version = "0.0.2"
authors = ["Falco Hirschenberger <[email protected]>"]
repository = "https://github.com/hirschenberger/modbus-rs.git"
homepage = "https://github.com/hirschenberger/modbus-rs.git"
Expand Down

0 comments on commit df27aab

Please sign in to comment.