Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Remove wildcard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed May 17, 2017
1 parent a81cf25 commit 1d90fec
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 @@ -53,13 +53,13 @@ ring = { version = "0.9", optional = true } # rust-jwt has this as its dependenc
strfmt = { version = "0.1.5", optional = true }

[dependencies.rocket_contrib]
version = "*"
version = "= 0.2.6"
default-features = false
features = ["json", "uuid"]

[dev-dependencies]
serde_test = "1.0"
rocket = { version = "*", features = ["testing"] }
rocket = { version = "= 0.2.6", features = ["testing"] }

[build-dependencies]
ansi_term = "0.9"
Expand Down

0 comments on commit 1d90fec

Please sign in to comment.