From 0b7833cd9c5af6b92709ebe1098cd37aade8c2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Fri, 12 Jan 2024 15:15:13 +0100 Subject: [PATCH] chore(celestia-tendermint): correctly specify version of proto --- tendermint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index bca8b16ac..9af7fa514 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -30,7 +30,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -celestia-tendermint-proto = { default-features = false, path = "../proto" } +celestia-tendermint-proto = { version = "0.32.0", default-features = false, path = "../proto" } bytes = { version = "1.2", default-features = false, features = ["serde"] } digest = { version = "0.10", default-features = false }