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

View File

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