diff options
Diffstat (limited to 'rand/rand_pcg/Cargo.toml')
-rw-r--r-- | rand/rand_pcg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rand/rand_pcg/Cargo.toml b/rand/rand_pcg/Cargo.toml index c8a29fc..c2fcb7d 100644 --- a/rand/rand_pcg/Cargo.toml +++ b/rand/rand_pcg/Cargo.toml @@ -34,4 +34,4 @@ serde_derive = { version = "^1.0.38", optional = true } bincode = { version = "1", features = ["i128"] } [build-dependencies] -rustc_version = "0.2" +autocfg = "0.1" |