Skip to content

Commit

Permalink
fix(cargo): remove * dependendies for serde and env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 19, 2015
1 parent 69adbd1 commit 4a05bee
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
Expand Up @@ -37,11 +37,11 @@ version = "0.4"
default-features = false

[dependencies.serde]
version = "*"
version = "0.6"
optional = true

[dev-dependencies]
env_logger = "*"
env_logger = "0.3"

[features]
default = ["ssl"]
Expand Down

0 comments on commit 4a05bee

Please sign in to comment.