Since the last major version, a bunch of additional trait implementations
have been added, including various displays and bitwise operations. The
library should be better documented as well. I feel comfortable
stabilizing the API for future use.
This commit is contained in:
Zach Dziura 2016-05-10 18:08:42 -04:00
parent 2ef937f193
commit a60c1f63a1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pumpkin"
version = "0.3.0"
version = "1.0.0"
authors = ["Zach Dziura <zcdziura@gmail.com>"]
description = "A cryptographically secure prime number generator"
repository = "https://github.com/zcdziura/pumpkin"

View file

@ -22,7 +22,7 @@ of course your mileage may vary.
Add the following to your `Cargo.toml` file:
```
pumpkin = "0.3.*"
pumpkin = "1.0.*"
```
Note that `pumpkin` requires the `nightly` Rust compiler.