Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
Replace wildcard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Apr 8, 2019
1 parent f0ae0a5 commit d1a14d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ edition = "2018"
[dependencies]
byteorder = "1"
futures = "0.1"
log = "0.4"
log = "~0.4"
tokio = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"
tokio-modbus = { version = "~0.3.1", default-features = false, features = ["rtu"], optional = true }
tokio-serial = { version = "3.2", optional = true }

[dev-dependencies]
chrono = "*"
env_logger = "*"
stream-cancel = "*"
chrono = "~0.4"
env_logger = "~0.6"
stream-cancel = "~0.4"

[features]
default = ["modbus-rtu", "mock"]
Expand Down

0 comments on commit d1a14d6

Please sign in to comment.