From 046e88cf6182566310be38e56adc7b43711ca106 Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Thu, 17 Oct 2024 16:31:35 +0300 Subject: [PATCH] update constant --- proto-compiler/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-compiler/src/constants.rs b/proto-compiler/src/constants.rs index 47c4722..97b04cc 100644 --- a/proto-compiler/src/constants.rs +++ b/proto-compiler/src/constants.rs @@ -1,7 +1,7 @@ //! Tenderdash protobuf implementation // Requirements -pub const DEP_PROTOC_VERSION: &str = "25.0.0"; +pub const DEP_PROTOC_VERSION: &str = "3.2.14"; /// Tenderdash repository URL. pub const TENDERDASH_REPO: &str = "https://github.com/dashpay/tenderdash";