diff --git a/mnt6_753/Cargo.toml b/mnt6_753/Cargo.toml index cbb8d2d..b28ec23 100644 --- a/mnt6_753/Cargo.toml +++ b/mnt6_753/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-mnt6-753" -version = "0.1.0" +version = "0.2.0" authors = [ "arkworks contributors" ] description = "The MNT6-753 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" @@ -28,4 +28,4 @@ ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-featu [features] default = [] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std" ] -r1cs = ["ark-r1cs-std"] \ No newline at end of file +r1cs = ["ark-r1cs-std"]