Skip to content

Commit

Permalink
update constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Oct 17, 2024
1 parent cafff72 commit 046e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-compiler/src/constants.rs
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 046e88c

Please sign in to comment.