This commit is contained in:
Jack Grigg
2019-10-08 16:00:47 +13:00
parent 80d339848f
commit 216f0f62a0
3 changed files with 18 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ff"
version = "0.4.0"
version = "0.5.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Library for building and interfacing with finite fields"
readme = "README.md"
@@ -12,9 +12,12 @@ edition = "2018"
[dependencies]
byteorder = "1"
ff_derive = { version = "0.3.0", path = "ff_derive", optional = true }
ff_derive = { version = "0.4.0", path = "ff_derive", optional = true }
rand_core = "0.5"
[features]
default = []
derive = ["ff_derive"]
[badges]
maintenance = { status = "actively-developed" }