Version bump.

This commit is contained in:
Sean Bowe
2017-06-27 09:41:33 -06:00
parent bbc7b44f88
commit 134b53e812
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ Add the `ff` crate to your `Cargo.toml`:
```toml
[dependencies]
ff = "0.1"
ff = "0.2"
```
The `ff` crate contains `Field`, `PrimeField`, `PrimeFieldRepr` and `SqrtField` traits. See the **[documentation](http)** for more.