Skip to content

Commit

Permalink
Removed dynamic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fulara committed Dec 29, 2016
1 parent 5f0b506 commit d9dfd50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ name = "bench"
harness = false

[dev-dependencies]
quickcheck = "0.3"
rand = "*"
bencher = "*"
quickcheck = "~0.3"
rand = "~0.3.12"
bencher = "~0.1.2"

0 comments on commit d9dfd50

Please sign in to comment.