Skip to content

Commit

Permalink
Merge pull request #1 from str4d/updates
Browse files Browse the repository at this point in the history
Update dependencies and traits
  • Loading branch information
ebfull authored Jul 2, 2018
2 parents c7252a4 + 91a8dc8 commit 729138a
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 326 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/ff"

[dependencies]
rand = "0.3"
byteorder = "1"
rand = "0.4"
ff_derive = { version = "0.2.0", path = "ff_derive" }

[features]
u128-support = []
default = []
9 changes: 5 additions & 4 deletions ff_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ repository = "https://github.com/ebfull/ff"
proc-macro = true

[dependencies]
syn = "0.11"
quote = "0.3"
num-bigint = "0.1"
num-traits = "0.1"
num-bigint = "0.2"
num-traits = "0.2"
num-integer = "0.1"
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.14"
Loading

0 comments on commit 729138a

Please sign in to comment.