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']