From df44f9de04956d45a29570caf74f165ef1872562 Mon Sep 17 00:00:00 2001 From: ValarDragon Date: Wed, 24 Mar 2021 17:18:01 -0700 Subject: [PATCH] (cargo-release) version 0.2.0 --- ed_on_mnt4_753/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ed_on_mnt4_753/Cargo.toml b/ed_on_mnt4_753/Cargo.toml index 42d85bf..4925786 100644 --- a/ed_on_mnt4_753/Cargo.toml +++ b/ed_on_mnt4_753/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-mnt4-753" -version = "0.1.0" +version = "0.2.0" authors = [ "arkworks contributors" ] description = "A Twisted Edwards curve defined over the scalar field of the MNT4-753 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", "ark-mnt4-753/std" ] -r1cs = ["ark-r1cs-std"] \ No newline at end of file +r1cs = ["ark-r1cs-std"]