From 91ef5cfed40adc5fd8b39a90c35d068d740e1c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Florkiewicz?= Date: Mon, 18 Nov 2024 14:29:38 +0100 Subject: [PATCH] chore: release --- proto/Cargo.toml | 2 +- tendermint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/Cargo.toml b/proto/Cargo.toml index b502feda3..253a59b85 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celestia-tendermint-proto" -version = "0.32.3" +version = "0.33.0" edition = "2021" license = "Apache-2.0" homepage = "https://www.eiger.co" diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index 3c1a20276..8e438b83b 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -33,7 +33,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] prost.workspace = true prost-types.workspace = true -celestia-tendermint-proto = { version = "0.32.3", default-features = false, path = "../proto" } +celestia-tendermint-proto = { version = "0.33.0", default-features = false, path = "../proto" } bytes = { version = "1.2", default-features = false, features = ["serde"] } digest = { version = "0.10", default-features = false }