Version 0.2.0, for rand 0.7.0.

This commit is contained in:
Andreas Fackler 2019-07-23 12:28:06 +02:00
parent fb06a53884
commit 28ca314f9e
No known key found for this signature in database
GPG Key ID: E71D328943129E1C
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "rand04_compat"
description = "Wrappers for compatibility with rand 0.4."
version = "0.1.1"
version = "0.2.0"
license = "MIT/Apache-2.0"
repository = "https://github.com/poanetwork/rand04_compat"
readme = "README.md"
@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
rand = { version = "0.6.1", default-features = false }
rand = { version = "0.7.0", default-features = false }
rand04 = { version = "0.1.0", default-features = false }
[features]