Merge commit 'd7f78db121ee6f720e97401ded0c9c597d1a4857' into depends-updates-2

This commit is contained in:
Sean Bowe
2020-03-03 17:44:28 -07:00
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ff"
version = "0.5.0"
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]