Connect ff u128-support to pairing u128-support

This commit is contained in:
Jack Grigg 2018-07-02 15:49:47 +01:00
parent a9d8079c2a
commit defdf8df52
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829

@ -20,5 +20,5 @@ ff = "0.3"
[features]
unstable-features = ["expose-arith"]
expose-arith = []
u128-support = []
u128-support = ["ff/u128-support"]
default = []