From 9b4b961a3232737b36783c8e9c58d978dde9fd94 Mon Sep 17 00:00:00 2001 From: lander86 Date: Mon, 14 Feb 2022 10:41:46 +0100 Subject: [PATCH] updating poly-commit dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6b3fca..05893b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ bench-utils = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0. r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.4.0" } r1cs-std = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.4.0" } -poly-commit = { git = "https://github.com/HorizenLabs/poly-commit", tag = "0.2.1" } +poly-commit = { git = "https://github.com/HorizenLabs/poly-commit", tag = "0.2.2" } rand = "=0.8.4" rand_core = { version = "=0.6.3" }