Browse Source

Version bump.

master
Sean Bowe 7 years ago
parent
commit
134b53e812
  1. 4
      Cargo.toml
  2. 2
      README.md
  3. 2
      ff_derive/Cargo.toml

4
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "ff"
version = "0.1.0"
version = "0.2.0"
authors = ["Sean Bowe <[email protected]>"]
description = "Library for building and interfacing with finite fields"
documentation = "https://github.com/ebfull/ff"
@ -10,4 +10,4 @@ repository = "https://github.com/ebfull/ff"
[dependencies]
rand = "0.3"
ff_derive = { version = "0.1.0", path = "ff_derive" }
ff_derive = { version = "0.2.0", path = "ff_derive" }

2
README.md

@ -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.

2
ff_derive/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "ff_derive"
version = "0.1.0"
version = "0.2.0"
authors = ["Sean Bowe <[email protected]>"]
description = "Procedural macro library used to build custom prime field implementations"
documentation = "https://github.com/ebfull/ff"

Loading…
Cancel
Save