(cargo-release) version 0.2.0

This commit is contained in:
ValarDragon
2021-03-24 17:17:59 -07:00
parent 67d95fb87c
commit ab7dcb6f9f

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "ark-mnt6-753" name = "ark-mnt6-753"
version = "0.1.0" version = "0.2.0"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The MNT6-753 pairing-friendly elliptic curve" description = "The MNT6-753 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"
@@ -28,4 +28,4 @@ ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-featu
[features] [features]
default = [] default = []
std = [ "ark-std/std", "ark-ff/std", "ark-ec/std" ] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std" ]
r1cs = ["ark-r1cs-std"] r1cs = ["ark-r1cs-std"]