Bump version and dependency on ff_derive

This commit is contained in:
Sean Bowe 2020-01-08 11:06:48 -07:00
parent 25d11d62e3
commit ddff4658dd
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ff"
version = "0.5.1"
version = "0.5.2"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Library for building and interfacing with finite fields"
readme = "README.md"
@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
byteorder = "1"
ff_derive = { version = "0.4.0", path = "ff_derive", optional = true }
ff_derive = { version = "^0.4.1", path = "ff_derive", optional = true }
rand_core = "0.5"
[features]