From 54cee9664e25cdba923bfb1c93413496d034dcfc Mon Sep 17 00:00:00 2001 From: Weikeng Chen Date: Mon, 26 Jun 2023 00:00:58 -0700 Subject: [PATCH] Tag v0.4.1 version of bn254 (#311) * bump version * tag --- algebra/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algebra/Cargo.toml b/algebra/Cargo.toml index d4b457b1..79435d8a 100644 --- a/algebra/Cargo.toml +++ b/algebra/Cargo.toml @@ -74,13 +74,13 @@ features = ['curve'] [dependencies.ark-ed-on-bn254] package = "ark-ed-on-bn254-mixed-radix" git = "https://github.com/FindoraNetwork/ark-ed-on-bn254-mixed-radix" -tag = "v0.4.0" +tag = "v0.4.1" default-features = false [dependencies.ark-bn254] package = "ark-bn254-mixed-radix" git = "https://github.com/FindoraNetwork/ark-bn254-mixed-radix" -tag = "v0.4.0" +tag = "v0.4.1" default-features = false features = ['curve']