V1.0
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:
parent
2ef937f193
commit
a60c1f63a1
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pumpkin"
|
name = "pumpkin"
|
||||||
version = "0.3.0"
|
version = "1.0.0"
|
||||||
authors = ["Zach Dziura <zcdziura@gmail.com>"]
|
authors = ["Zach Dziura <zcdziura@gmail.com>"]
|
||||||
description = "A cryptographically secure prime number generator"
|
description = "A cryptographically secure prime number generator"
|
||||||
repository = "https://github.com/zcdziura/pumpkin"
|
repository = "https://github.com/zcdziura/pumpkin"
|
||||||
|
|
|
@ -22,7 +22,7 @@ of course your mileage may vary.
|
||||||
Add the following to your `Cargo.toml` file:
|
Add the following to your `Cargo.toml` file:
|
||||||
|
|
||||||
```
|
```
|
||||||
pumpkin = "0.3.*"
|
pumpkin = "1.0.*"
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that `pumpkin` requires the `nightly` Rust compiler.
|
Note that `pumpkin` requires the `nightly` Rust compiler.
|
||||||
|
|
Loading…
Add table
Reference in a new issue