bump to rand 0.5
This commit is contained in:
parent
d7d6cc3446
commit
9fdec42818
@ -38,7 +38,7 @@ default-features = false
|
||||
|
||||
[dependencies.rand]
|
||||
optional = true
|
||||
version = "0.4"
|
||||
version = "0.5"
|
||||
default-features = false
|
||||
|
||||
[dependencies.serde]
|
||||
@ -51,7 +51,7 @@ features = ["std"]
|
||||
version = "1.0"
|
||||
|
||||
[dev-dependencies.rand]
|
||||
version = "0.4"
|
||||
version = "0.5"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
@ -1,8 +1,5 @@
|
||||
//! Randomization of big integers
|
||||
|
||||
// Some of the tests of non-RNG-based functionality are randomized using the
|
||||
// RNG-based functionality, so the RNG-based functionality needs to be enabled
|
||||
// for tests.
|
||||
use rand::Rng;
|
||||
|
||||
use BigInt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user