From 3a0f858adbb53d7b345df85df3a0c62374b12aef Mon Sep 17 00:00:00 2001 From: Weikeng Chen Date: Wed, 10 Nov 2021 22:20:01 -0800 Subject: [PATCH] Revise the version number of Bandersnatch (#80) --- ed_on_bls12_381_bandersnatch/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ed_on_bls12_381_bandersnatch/Cargo.toml b/ed_on_bls12_381_bandersnatch/Cargo.toml index af4c9e3..5e973f5 100644 --- a/ed_on_bls12_381_bandersnatch/Cargo.toml +++ b/ed_on_bls12_381_bandersnatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ed-on-bls12-381-bandersnatch" -version = "0.1.0" +version = "0.3.0" authors = [ "zhenfei zhang", "arkworks contributors" ] description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve" repository = "https://github.com/zhenfeizhang/bandersnatch-rust" @@ -31,4 +31,4 @@ std = [ "ark-ec/std", "ark-bls12-381/std" ] -r1cs = ["ark-r1cs-std"] \ No newline at end of file +r1cs = ["ark-r1cs-std"]