Skip to content

Commit

Permalink
Relax rand version
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Gnatenko <[email protected]>
  • Loading branch information
Igor Gnatenko committed Jan 1, 2018
1 parent 5918a72 commit 39b88b4
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 @@ -28,7 +28,7 @@ version = "0.1.32"

[dependencies.rand]
optional = true
version = "0.3.14"
version = ">= 0.3.14, < 0.5.0"

[dependencies.rustc-serialize]
optional = true
Expand All @@ -39,7 +39,7 @@ optional = true
version = ">= 0.7.0, < 0.9.0"

[dev-dependencies.rand]
version = "0.3.14"
version = ">= 0.3.14, < 0.5.0"

[features]
default = ["rand", "rustc-serialize"]

0 comments on commit 39b88b4

Please sign in to comment.