diff options
Diffstat (limited to 'rand/rand_xorshift/Cargo.toml')
-rw-r--r-- | rand/rand_xorshift/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rand/rand_xorshift/Cargo.toml b/rand/rand_xorshift/Cargo.toml index b763bfc..114fee9 100644 --- a/rand/rand_xorshift/Cargo.toml +++ b/rand/rand_xorshift/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_xorshift" -version = "0.1.0" +version = "0.1.1" authors = ["The Rand Project Developers", "The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" |